HttpListenerResponse.RedirectLocation Property
.NET Framework 4
Gets or sets the value of the HTTP Location header in this response.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ArgumentException |
The value specified for a set operation is an empty string (""). |
| ObjectDisposedException |
This object is closed. |
The Location header specifies the URL to which the client is directed to locate a requested resource.
Note
|
|---|
|
Setting this property does not automatically set the StatusCode property. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note