Daap.Client.Client C# (CSharp) Method

Client() public method

public Client ( string host, UInt16 port ) : System
host string
port System.UInt16
return System
        public Client(string host, UInt16 port)
            : this(Dns.GetHostEntry (host).AddressList[0], port)
        {
        }

Same methods

Client::Client ( IPAddress address, UInt16 port ) : System
Client::Client ( Daap.Service service ) : System