C-DEngine 5.105

HttpListenerResponse..::..RedirectLocation Property

Gets or sets the URL to which the client is redirected to locate a requested resource.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string RedirectLocation { get; set; }
Public Property RedirectLocation As String
	Get
	Set
public:
property String^ RedirectLocation {
	String^ get ();
	void set (String^ value);
}

Field Value

A String that represents the value of the Location response-header, or nullNothingnullptra null reference (Nothing in Visual Basic) if no redirect location is specified.

Exceptions


ExceptionCondition
ArgumentException The value specified for a set operation isn't an absolute URL.
ObjectDisposedException This object is closed.