Libmpc.MpcConnection.Connect C# (CSharp) Méthode

Connect() public méthode

Connects to a MPD server.
public Connect ( IPEndPoint server ) : void
server System.Net.IPEndPoint The IPEndPoint of the server.
Résultat void
        public void Connect(IPEndPoint server)
        {
            this.Server = server;
              this.Connect();
        }

Same methods

MpcConnection::Connect ( ) : void