다음을 통해 공유


DownloadOperation.Method 속성

정의

다운로드에 사용할 메서드를 가져옵니다.

public:
 property Platform::String ^ Method { Platform::String ^ get(); };
winrt::hstring Method();
public string Method { get; }
var string = downloadOperation.method;
Public ReadOnly Property Method As String

속성 값

String

Platform::String

winrt::hstring

다운로드에 사용할 메서드입니다. 이 값은 GET, PUT, RETR 또는 STOR일 수 있습니다.

구현

적용 대상