Click or drag to resize

HttpListenerAuthenticationSchemes Property

Gets or sets the scheme used to authenticate the clients.

Namespace:  Sfs2X.WebSocketSharp.Net
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, represents the scheme used to authenticate the clients. The default value is Anonymous.
Exceptions
ExceptionCondition
ObjectDisposedException This listener has been closed.
See Also