UploadOperation.SetRequestHeader(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來設定 HTTP 要求標頭。
public:
virtual void SetRequestHeader(Platform::String ^ headerName, Platform::String ^ headerValue) = SetRequestHeader;
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)
參數
- headerName
-
String
Platform::String
winrt::hstring
標頭名稱。
- headerValue
-
String
Platform::String
winrt::hstring
標頭值。
Windows 需求
裝置系列 |
Windows 10, version 2004 (已於 10.0.19041.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v10.0 引進)
|
備註
這個方法可讓呼叫端設定要求標頭。 這個方法可以針對相同的標頭多次呼叫。 然後,這些值會串連。