다음을 통해 공유


UploadOperation.SetRequestHeader(String, String) 메서드

정의

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에서 도입되었습니다.)

설명

이 메서드를 사용하면 호출자가 요청 헤더를 설정할 수 있습니다. 이 메서드는 동일한 헤더에 대해 여러 번 호출할 수 있습니다. 그러면 값이 연결됩니다.

적용 대상