WebSocket SetHeader Method C# API
Overload List

  NameDescription
Public methodSetHeader(String)
Sets an HTTP header to use in the opening handshake request for this WebSocket, using the contents of the specified string.
Public methodSetHeader(String, String)
Sets an HTTP header to use in the opening handshake request for this WebSocket, as a name/value pair.
Back to Top
See Also