ClientWebSocketOptions Methods
.NET Framework (current version)
Namespace:
System.Net.WebSockets
Assembly: System (in System.dll)
| 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.) |
Show:
