다음을 통해 공유


IBackgroundTransferBase.Method 속성

정의

백그라운드 전송에 사용할 메서드를 가져오거나 설정합니다.

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 = iBackgroundTransferBase.method;
iBackgroundTransferBase.method = string;
Public Property Method As String

속성 값

String

Platform::String

winrt::hstring

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

적용 대상