Click or drag to resize

WebSocketServerAuthenticationSchemes Property

Gets or sets the scheme used to authenticate the clients.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public AuthenticationSchemes AuthenticationSchemes { get; set; }

Property Value

Type: AuthenticationSchemes

One of the AuthenticationSchemes enum values.

It represents the scheme used to authenticate the clients.

The default value is Anonymous.

Remarks
The set operation does nothing if the server has already started or it is shutting down.
See Also