इसके माध्यम से साझा किया गया


IWebSocket.SetRequestHeader(String, String) Method

Definition

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.

Applies to