Click or drag to resize

BaseEndpointAllowedPingFails Property

How many continous failed pings is allowed before disposing the connection?

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

Property Value

Type: Int32

Implements

IBaseEndpointAllowedPingFails
See Also