HttpListenerResponseRedirectLocation Property |
Gets or sets the URL to which the client is redirected to locate a requested resource.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public string RedirectLocation { get; set; }
Property Value
Type:
String
A
String that represents the value of the Location response-header,
or
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.
|
See Also