IHubIncomingInvokerContext.MethodDescriptor Property
.NET Framework 4
A description of the method being invoked by the client.
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property MethodDescriptor As MethodDescriptor
Get
'Usage
Dim instance As IHubIncomingInvokerContext
Dim value As MethodDescriptor
value = instance.MethodDescriptor
MethodDescriptor MethodDescriptor { get; }
property MethodDescriptor^ MethodDescriptor {
MethodDescriptor^ get ();
}
abstract MethodDescriptor : MethodDescriptor
function get MethodDescriptor () : MethodDescriptor
Property Value
Type: Microsoft.AspNet.SignalR.Hubs.MethodDescriptor