Mono Class Library: System.Net.HttpWebResponse Overview | Members

System.Net.HttpWebResponse.ResponseUri Property

Gets the Uri of the Internet resource that actually responded to the request. [Edit]

public override Uri ResponseUri { get; }

Value

A Uri representing the resource that actually responded to the request. [Edit]

Exceptions

TypeReason
ObjectDisposedExceptionThe current instance has been disposed. [Edit]

Remarks

This property is read-only.

Note:

The HttpWebResponse.ResponseUri property contains the URI of the Internet resource that actually responded to the request. This URI might not be the same as the originally requested URI if the request was redirected by the original server.

This method overrides WebResponse.ResponseUri .

[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0