BackgroundTransferContentPart.SetHeader(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定內容處置標頭值,指出這個 BackgroundTransferContentPart 所代表之資訊的本質。
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)
參數
- headerName
-
String
Platform::String
winrt::hstring
標頭名稱。
- headerValue
-
String
Platform::String
winrt::hstring
標頭值。