BitSharper.NetworkConnection.Ping C# (CSharp) Method

Ping() public method

Sends a "ping" message to the remote node. The protocol doesn't presently use this feature much.
public Ping ( ) : void
return void
        public void Ping()
        {
            WriteMessage(new Ping());
        }