Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4.5
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property Caller As Object
Get
'Usage
Dim instance As IHubCallerConnectionContext
Dim value As Object
value = instance.Caller
Object Caller { get; }
property Object^ Caller {
Object^ get ();
}
abstract Caller : Object
function get Caller () : Object
Property Value
Type: System.Object