OpenReadCompletedEventArgs.Address Property
Gets the Uri of the downloaded resource.
Namespace: System.Net
Assembly: System.Net (in System.Net.dll)
Syntax
'Declaration
Public ReadOnly Property Address As Uri
'Usage
Dim instance As OpenReadCompletedEventArgs
Dim value As Uri
value = instance.Address
public Uri Address { get; }
public:
property Uri^ Address {
Uri^ get ();
}
public function get Address () : Uri
Property Value
Type: System.Uri
The address of the downloaded resource represented as a Uri.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The asynchronous request was cancelled. |
See Also
Reference
OpenReadCompletedEventArgs Class