Click or drag to resize

BaseEndpointAuthRequired Property

True if the client need to authenticate before being able to send/receive other data. If true the client have to authenticate before the AuthTimeout expires.

Namespace:  Crosser.Server.Modules.Endpoint
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public bool AuthRequired { get; set; }

Property Value

Type: Boolean

Implements

IBaseEndpointAuthRequired
See Also