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

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

Public Methods

Method Description
RunWebSocketTransportWithConnectTask ( Func taskReturn ) : void

Private Methods

Method Description
CallingStopAfterAwaitingInvocationReturnsFast ( HostType hostType, TransportType transportType ) : Task
CallingStopInClientMethodWorks ( HostType hostType, TransportType transportType ) : Task
ClientCallbackArgumentTypeMismatchExceptionThrown ( HostType hostType, TransportType transportType ) : Task
ClientCallbackInvalidNumberOfArgumentsExceptionThrown ( HostType hostType, TransportType transportType ) : Task
ClientCallbackWithFewerArgumentsDoesNotThrow ( HostType hostType, TransportType transportType ) : Task
ConnectionErrorCapturesExceptionsThrownInClientHubMethod ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
ConnectionFailsStartOnMultipleTransportTimeouts ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : void
EndToEndTest ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
HubNamesAreNotCaseSensitive ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
InitMessageReceivedPriorToStartCompletion ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
RequestHeadersCanBeSetOnceConnected ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
RequestHeadersSetCorrectly ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
TransportCanJoinGroupInOnConnected ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
TransportTimesOutIfNoInitMessage ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
TransportsQueueIncomingMessagesCorrectly ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : void
UnableToCreateHubThrowsError ( HostType hostType, TransportType transportType, MessageBusType messageBusType ) : Task
WaitingOnHubInvocationDoesNotDeadlock ( HostType hostType, TransportType transportType ) : Task
WebSocketTransportDoesntHangIfConnectReturnsCancelledTask ( ) : void
WebSocketTransportDoesntHangIfConnectReturnsFaultedTask ( ) : void

Method Details

RunWebSocketTransportWithConnectTask() public method

public RunWebSocketTransportWithConnectTask ( Func taskReturn ) : void
taskReturn Func
return void