BitSharper.NetworkConnection.Ping C# (CSharp) Méthode

Ping() public méthode

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