Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 616 Bytes

iwebsocket_setrequestheader_1828905877.md

File metadata and controls

26 lines (18 loc) · 616 Bytes
-api-id -api-type
M:Windows.Networking.Sockets.IWebSocket.SetRequestHeader(System.String,System.String)
winrt method

Windows.Networking.Sockets.IWebSocket.SetRequestHeader

-description

Adds an HTTP request header to the HTTP request message used in the WebSocket protocol handshake by the IWebSocket object.

-parameters

-param headerName

The name of the request header.

-param headerValue

The value of the request header.

-remarks

-examples

-see-also