WebSocketEnableRedirection Property |
Namespace: Sfs2X.WebSocketSharp
public bool EnableRedirection { get; set; }
true if this instance allows the URL redirection for the handshake request; otherwise, false.
The default value is false.
| Exception | Condition |
|---|---|
| InvalidOperationException | The set operation is not available if this instance is not a client. |