Click or drag to resize

BaseEndpointPingTimeout Property

The PING timeout for this endpoint. Less or equal to zero will disable PING/PONG on the endpoint. By default this is set to PingTimeout

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

Property Value

Type: Int32

Implements

IBaseEndpointPingTimeout
See Also