C-DEngine 5.105

WebSocketServer..::..AuthenticationSchemes Property

Gets or sets the scheme used to authenticate the clients.

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

Syntax


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

Field Value

One of the AuthenticationSchemes enum values, indicates the scheme used to authenticate the clients. The default value is Anonymous.