C# Class Microsoft.AspNet.SignalR.Tests.ConnectionFacts

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

Private Methods

Method Description
ABlockedReceivedCallbackWillTriggerAnError ( ) : Task
ConnectionDisposeTriggersStop ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
ConnectionFailsToStartWithInvalidOldProtocol ( string protocolVersion, HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
ConnectionFunctionsCorrectlyAfterCallingStartMutlipleTimes ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : void
MarkActiveStopsConnectionIfCalledAfterExtendedPeriod ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : void
NoReconnectsAfterFallback ( ) : Task
ReconnectExceedingReconnectWindowDisconnects ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : void
ReconnectExceedingReconnectWindowDisconnectsWithFastBeatInterval ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : void
ReconnectRequestPathEndsInReconnect ( HostType hostType, TransportType transportType ) : Task
RequestHeadersCanBeSetOnceConnected ( HostType hostType, TransportType transportType ) : Task
RequestHeadersSetCorrectly ( HostType hostType, TransportType transportType ) : Task
TransportConnectTimeoutDoesNotAddupOverNegotiateRequests ( ) : Task
WebSocketsTransportFailsIfOnConnectedThrows ( ) : void