C# Class Mono.Zeroconf.Providers.Bonjour.Service

Inheritance: IService
显示文件 Open project: hacxman/zeroshare

Protected Properties

Property Type Description
address_protocol AddressProtocol
flags ServiceFlags
fullname string
hostentry System.Net.IPHostEntry
hosttarget string
interface_index uint
name string
port ushort
regtype string
reply_domain string
txt_record ITxtRecord

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
Service ( ) : System
Service ( string name, string replyDomain, string regtype ) : System

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Service() public method

public Service ( ) : System
return System

Service() public method

public Service ( string name, string replyDomain, string regtype ) : System
name string
replyDomain string
regtype string
return System

Property Details

address_protocol protected_oe property

protected AddressProtocol address_protocol
return AddressProtocol

flags protected_oe property

protected ServiceFlags flags
return ServiceFlags

fullname protected_oe property

protected string fullname
return string

hostentry protected_oe property

protected IPHostEntry,System.Net hostentry
return System.Net.IPHostEntry

hosttarget protected_oe property

protected string hosttarget
return string

interface_index protected_oe property

protected uint interface_index
return uint

name protected_oe property

protected string name
return string

port protected_oe property

protected ushort port
return ushort

regtype protected_oe property

protected string regtype
return string

reply_domain protected_oe property

protected string reply_domain
return string

txt_record protected_oe property

protected ITxtRecord txt_record
return ITxtRecord