다음을 통해 공유


BackgroundDownloader.Method 속성

정의

백그라운드 다운로드에 사용되는 HTTP 메서드를 가져오거나 설정합니다. 다운로드 작업에 사용되는 기본 방법은 GET입니다.

public:
 property Platform::String ^ Method { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Method();

void Method(winrt::hstring value);
public string Method { get; set; }
var string = backgroundDownloader.method;
backgroundDownloader.method = string;
Public Property Method As String

속성 값

String

Platform::String

winrt::hstring

백그라운드 다운로드에 사용할 메서드입니다. 이 속성을 설정하면 작업에 사용되는 기본 메서드가 재정의됩니다.

구현

적용 대상