Share via


IBackgroundTransferOperation.Method 속성

정의

백그라운드 전송 작업에 사용할 메서드를 지정합니다.

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

속성 값

String

Platform::String

winrt::hstring

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

적용 대상