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

MpcConnection() public méthode

Creates a new MpdConnection.
public MpcConnection ( IPEndPoint server ) : System
server System.Net.IPEndPoint The IPEndPoint of the MPD server.
Résultat System
        public MpcConnection(IPEndPoint server)
        {
            this.Connect(server);
        }

Same methods

MpcConnection::MpcConnection ( ) : System