C# Class Microsoft.AspNet.SignalR.Tests.PersistentConnectionFacts.OnConnectedAsync

ファイルを表示 Open project: SignalR/SignalR

Private Methods

Method Description
BasicAuthCredentialsFlow ( HostType hostType, TransportType transportType ) : Task
ConnectionsWithTheSameConnectionIdLongPollingCloseGracefully ( ) : void
ConnectionsWithTheSameConnectionIdSSECloseGracefully ( ) : void
GroupCanBeAddedAndMessagedOnConnected ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
ProcessRequest ( MemoryHost host, string transport, string connectionToken ) : Task
SendCanBeCalledAfterStateChangedEvent ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
SendRaisesOnReceivedFromAllEvents ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
SendToClientFromOutsideOfConnection ( ) : Task
SendToClientsFromOutsideOfConnection ( ) : Task
SendToGroupFromOutsideOfConnection ( ) : Task
SendToGroupsFromOutsideOfConnection ( ) : Task
UnableToConnectToProtectedConnection ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : void