Share via


IHubCallerClients.Caller Property

Definition

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.

Applies to