ClientWebSocketOptions Class
Options to use with a ClientWebSocket object.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | ClientCertificates | Gets or sets a collection of client side certificates. |
![]() | Cookies | Gets or sets the cookies associated with the request. |
![]() | Credentials | Gets or sets the credential information for the client. |
![]() | KeepAliveInterval | Gets or sets the WebSocket protocol keep-alive interval in milliseconds. |
![]() | Proxy | Gets or sets the proxy for WebSocket requests. |
![]() | UseDefaultCredentials | Gets or sets a Boolean value that indicates if default credentials should be used during WebSocket handshake. |
| Name | Description | |
|---|---|---|
![]() | AddSubProtocol(String^) | Adds a sub-protocol to be negotiated during the WebSocket connection handshake. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | SetBuffer(Int32, Int32) | Sets the client buffer parameters. |
![]() | SetBuffer(Int32, Int32, ArraySegment<Byte>) | Sets client buffer parameters. |
![]() | SetRequestHeader(String^, String^) | Creates a HTTP request header and its value. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

