Libmpc.MpcConnection.Connect C# (CSharp) Method

Connect() public method

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

Same methods

MpcConnection::Connect ( ) : void