BackgroundUploader.Method Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the HTTP method used for the upload. The default method used for upload operations is POST.
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 = backgroundUploader.method;
backgroundUploader.method = string;
Public Property Method As String
Property Value
The method to use for the background upload. Setting this property will override the default method used for the operation.