C# Class DAAP.Service

Show file Open project: mono/daap-sharp Class Usage Examples

Public Methods

Method Description
Service ( IPAddress address, ushort port, string name, bool isprotected, string machineId ) : System
ToString ( ) : string

Method Details

Service() public method

public Service ( IPAddress address, ushort port, string name, bool isprotected, string machineId ) : System
address System.Net.IPAddress
port ushort
name string
isprotected bool
machineId string
return System

ToString() public method

public ToString ( ) : string
return string