ClientWebSocketOptions Properties

.NET Framework (current version)
 

Namespace:   System.Net.WebSockets
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubpropertyClientCertificates

Gets or sets a collection of client side certificates.

System_CAPS_pubpropertyCookies

Gets or sets the cookies associated with the request.

System_CAPS_pubpropertyCredentials

Gets or sets the credential information for the client.

System_CAPS_pubpropertyKeepAliveInterval

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

System_CAPS_pubpropertyProxy

Gets or sets the proxy for WebSocket requests.

System_CAPS_pubpropertyUseDefaultCredentials

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

Return to top
Show: