pingInterval property

int? pingInterval

The interval in milliseconds between pings, as defined by the server upon handshaking. This will initially be null, until the handshake is complete and the value has been received from the server.

Implementation

int? get pingInterval;