Daap.Client.Client C# (CSharp) Method

Client() public method

public Client ( Daap.Service service ) : System
service Daap.Service
return System
        public Client(Service service)
            : this(service.Address, service.Port)
        {
        }

Same methods

Client::Client ( IPAddress address, UInt16 port ) : System
Client::Client ( string host, UInt16 port ) : System