HttpListenerResponse::Redirect Method
.NET Framework 4
Configures the response to redirect the client to the specified URL.
Assembly: System (in System.dll)
Parameters
- url
- Type: System::String
The URL that the client should use to locate the requested resource.
The Redirect method is used to redirect a client to the new location for a resource. This method sets the response's Location header to url, the StatusCode property to Redirect, and the StatusDescription property to "Found".
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.