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

显示文件 Open project: SignalR/SignalR

Private Methods

Method Description
ClientCanReceiveMessagesOver64KBViaWebSockets ( HostType hostType, TransportType transportType ) : Task
MaxIncomingWebSocketMessageSizeCanBeDisabled ( HostType hostType, TransportType transportType ) : void
MaxIncomingWebSocketMessageSizeCanBeIncreased ( HostType hostType, TransportType transportType ) : void
MaxIncomingWebSocketMessageSizeCanBeReduced ( HostType hostType, TransportType transportType ) : void
SendingDuringWebSocketReconnectFails ( HostType hostType, TransportType transportType ) : Task
ServerCannotReceiveMessagesOver64KBViaWebSockets ( HostType hostType, TransportType transportType ) : Task