Click or drag to resize
IResponseRedirect Method
Instructs the web server to redirect the browser to another URL. This sets StatusCode to an appropriate value but does not close OutputStream.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Redirect(
	string url
)

Parameters

url
Type: SystemString
See Also