System.Net.WebSockets.ClientWebSocketOptions Members

The members of System.Net.WebSockets.ClientWebSocketOptions are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

ClientCertificatesSystem.Security.Cryptography.X509Certificates.X509CertificateCollection.

Gets or sets a collection of client side certificates.

CookiesSystem.Net.CookieContainer.

Gets or sets the cookies associated with the request.

CredentialsSystem.Net.ICredentials.

Gets or sets the credential information for the client.

KeepAliveIntervalTimeSpan.

Gets or sets the WebSocket protocol keep-alive interval in milliseconds.

ProxySystem.Net.IWebProxy.

Gets or sets the proxy for WebSocket requests.

UseDefaultCredentialsbool.

Gets or sets a bool value that indicates if default credentials should be used during WebSocket handshake.

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.