Click or drag to resize

CrosserEndpointAuthTimeout Property

The time in milliseconds before kicking the client if no authentication has been made. This is only enabled if the AuthRequired is set to true

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

Property Value

Type: Int32

Implements

ICrosserEndpointAuthTimeout
See Also