UploadOperation.RequestedUri Property

Definition

Gets the URI to upload from.

public:
 property Uri ^ RequestedUri { Uri ^ get(); };
Uri RequestedUri();
public System.Uri RequestedUri { get; }
var uri = uploadOperation.requestedUri;
Public ReadOnly Property RequestedUri As Uri

Property Value

The URI to upload from.

Implements

Applies to