DownloadOperation.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 中引入)
|
注解
此方法允许调用方设置请求标头。 对于同一标头,可以多次调用此方法。 然后,将连接这些值。