System.Net.WebSockets.ClientWebSocketOptions: Method Members

The methods of System.Net.WebSockets.ClientWebSocketOptions are listed below. For a list of all members, see the ClientWebSocketOptions Members list.

See Also: Inherited members from System.Object

Public Methods

AddSubProtocol(string)

Adds a sub-protocol to be negotiated during the WebSocket connection handshake.

SetBuffer(int, int)

Sets the client buffer parameters.

SetBuffer(int, int, ArraySegment<byte>)

Sets client buffer parameters.

SetRequestHeader(string, string)

Creates a HTTP request header and its value.