C# Класс Microsoft.AspNet.SignalR.Tests.ConnectionFacts

Наследование: IDisposable
Показать файл Открыть проект

Приватные методы

Метод Описание
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