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

アップロードに使用するメソッド。 この値には、 GETPUTPOSTRETRSTOR、またはサーバーでサポートされている任意のカスタム値を指定できます。

実装

適用対象