C# Class Microsoft.AspNetCore.SignalR.Hubs.HubManagerExtensions

Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Public Methods

Method Description
EnsureHub ( this hubManager, string hubName ) : HubDescriptor
GetHubMethods ( this hubManager, string hubName ) : IEnumerable
GetHubs ( this hubManager ) : IEnumerable

Method Details

EnsureHub() public static method

public static EnsureHub ( this hubManager, string hubName ) : HubDescriptor
hubManager this
hubName string
return HubDescriptor

GetHubMethods() public static method

public static GetHubMethods ( this hubManager, string hubName ) : IEnumerable
hubManager this
hubName string
return IEnumerable

GetHubs() public static method

public static GetHubs ( this hubManager ) : IEnumerable
hubManager this
return IEnumerable