BitSharper.NetworkConnection.Ping C# (CSharp) Метод

Ping() публичный Метод

Sends a "ping" message to the remote node. The protocol doesn't presently use this feature much.
public Ping ( ) : void
Результат void
        public void Ping()
        {
            WriteMessage(new Ping());
        }