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
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Shared ReadOnly Property HubPipeline As IHubPipeline
Get
'Usage
Dim value As IHubPipeline
value = GlobalHost.HubPipeline
public static IHubPipeline HubPipeline { get; }
public:
static property IHubPipeline^ HubPipeline {
IHubPipeline^ get ();
}
static member HubPipeline : IHubPipeline
static function get HubPipeline () : IHubPipeline
Property Value
Type: Microsoft.AspNet.SignalR.Hubs.IHubPipeline
Returns IHubPipeline.