BackgroundTransferContentPart.SetHeader(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 content disposition header values that indicate the nature of the information that this BackgroundTransferContentPart represents.
public:
virtual void SetHeader(Platform::String ^ headerName, Platform::String ^ headerValue) = SetHeader;
void SetHeader(winrt::hstring const& headerName, winrt::hstring const& headerValue);
public void SetHeader(string headerName, string headerValue);
function setHeader(headerName, headerValue)
Public Sub SetHeader (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.