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
| ClientCertificates | System.Security.Cryptography.X509Certificates.X509CertificateCollection.
Gets or sets a collection of client side certificates. | |
| Cookies | System.Net.CookieContainer.
Gets or sets the cookies associated with the request. | |
| Credentials | System.Net.ICredentials.
Gets or sets the credential information for the client. | |
| KeepAliveInterval | TimeSpan.
Gets or sets the WebSocket protocol keep-alive interval in milliseconds. | |
| Proxy | System.Net.IWebProxy.
Gets or sets the proxy for WebSocket requests. | |
| UseDefaultCredentials | bool.
Gets or sets a bool value that indicates if default credentials should be used during WebSocket handshake. |