IBackgroundTransferBase.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.
Sets the request headers.
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 header name.
- headerValue
-
String
Platform::String
winrt::hstring
The header value.
Remarks
This method allows the caller to set request headers. This method can be called multiple times for the same header. The values will then be concatenated.