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

Inheritance: IService
Show file 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 property

protected AddressProtocol address_protocol
return AddressProtocol

flags protected property

protected ServiceFlags flags
return ServiceFlags

fullname protected property

protected string fullname
return string

hostentry protected property

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

hosttarget protected property

protected string hosttarget
return string

interface_index protected property

protected uint interface_index
return uint

name protected property

protected string name
return string

port protected property

protected ushort port
return ushort

regtype protected property

protected string regtype
return string

reply_domain protected property

protected string reply_domain
return string

txt_record protected property

protected ITxtRecord txt_record
return ITxtRecord