WebSocketHelpers.ValidateOptions(String, Int32, Int32, TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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