HttpListenerResponse..::..RedirectLocation Property
Gets or sets the URL to which the client is redirected to locate a requested resource.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
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
Exception | Condition |
---|---|
ArgumentException | The value specified for a set operation isn't an absolute URL. |
ObjectDisposedException | This object is closed. |