WebSocketHelpers.ValidateOptions(String, Int32, Int32, TimeSpan) Method

Definition

public:
 static void ValidateOptions(System::String ^ subProtocol, int receiveBufferSize, int sendBufferSize, TimeSpan keepAliveInterval);
public static void ValidateOptions (string subProtocol, int receiveBufferSize, int sendBufferSize, TimeSpan keepAliveInterval);
static member ValidateOptions : string * int * int * TimeSpan -> unit
Public Sub ValidateOptions (subProtocol As String, receiveBufferSize As Integer, sendBufferSize As Integer, keepAliveInterval As TimeSpan)

Parameters

subProtocol
String
receiveBufferSize
Int32
sendBufferSize
Int32
keepAliveInterval
TimeSpan

Applies to