C-DEngine 5.105

WebSocket..::..EnableRedirection Property

Gets or sets a value indicating whether the WebSocket redirects the connection request to the new URL located in the connection response.

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

Syntax


public bool EnableRedirection { get; set; }
Public Property EnableRedirection As Boolean
	Get
	Set
public:
property bool^ EnableRedirection {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if the WebSocket redirects the connection request to the new URL; otherwise, false. The default value is false.