IHubCallerClients.Caller Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a proxy that can be used to invoke methods on the calling client and receive results.
public virtual Microsoft.AspNetCore.SignalR.ISingleClientProxy Caller { get; }
member this.Caller : Microsoft.AspNetCore.SignalR.ISingleClientProxy
Public Overridable ReadOnly Property Caller As ISingleClientProxy
Property Value
A client caller.