Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 629 Bytes

atompubclient_setrequestheader_1828905877.md

File metadata and controls

26 lines (18 loc) · 629 Bytes
-api-id -api-type
M:Windows.Web.AtomPub.AtomPubClient.SetRequestHeader(System.String,System.String)
winrt method

Windows.Web.AtomPub.AtomPubClient.SetRequestHeader

-description

Sets an HTTP header for the request. This method can be called multiple times to set multiple headers. When the same header is set multiple times, the values will be concatenated and separated by ",".

-parameters

-param name

The name of the header.

-param value

The value of the header.

-remarks

-examples

-see-also