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());
        }