IWebSocket.SetRequestHeader(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an HTTP request header to the HTTP request message used in the WebSocket protocol handshake by the IWebSocket object.
public:
void SetRequestHeader(Platform::String ^ headerName, Platform::String ^ headerValue);
void SetRequestHeader(winrt::hstring const& headerName, winrt::hstring const& headerValue);
public void SetRequestHeader(string headerName, string headerValue);
function setRequestHeader(headerName, headerValue)
Public Sub SetRequestHeader (headerName As String, headerValue As String)
Parameters
- headerName
-
String
Platform::String
winrt::hstring
The name of the request header.
- headerValue
-
String
Platform::String
winrt::hstring
The value of the request header.