IMethodDescriptorProvider Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Describes a hub method provider that builds a collection of available methods on a given hub.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IMethodDescriptorProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetMethods | Retrieve all methods on a given hub. |
![]() | TryGetMethod | Tries to retrieve a method. |
Show:
