다음을 통해 공유


UploadOperation.Method 속성

정의

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

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

속성 값

String

Platform::String

winrt::hstring

업로드에 사용할 메서드입니다. 이 값은 GET, PUT, POST, RETR, STOR 또는 서버에서 지원하는 사용자 지정 값일 수 있습니다.

구현

적용 대상