System.Net.WebSockets.ClientWebSocketOptions: Property Members

The properties 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 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.