keepalive_pong_timeout


Description:

[ Version ( since = "3.6" ) ]
public uint keepalive_pong_timeout { get; set construct; }

Timeout in seconds for when the absence of a pong from a keepalive ping is assumed to be caused by a faulty connection.

The WebSocket will be transitioned to a closed state when this happens.

If set to 0 then the absence of pongs from keepalive pings is ignored.