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

Inheritance: IService
Afficher le fichier Open project: hacxman/zeroshare

Protected Properties

Свойство 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

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Service() public méthode

public Service ( ) : System
Résultat System

Service() public méthode

public Service ( string name, string replyDomain, string regtype ) : System
name string
replyDomain string
regtype string
Résultat System

Property Details

address_protocol protected_oe property

protected AddressProtocol address_protocol
Résultat AddressProtocol

flags protected_oe property

protected ServiceFlags flags
Résultat ServiceFlags

fullname protected_oe property

protected string fullname
Résultat string

hostentry protected_oe property

protected IPHostEntry,System.Net hostentry
Résultat System.Net.IPHostEntry

hosttarget protected_oe property

protected string hosttarget
Résultat string

interface_index protected_oe property

protected uint interface_index
Résultat uint

name protected_oe property

protected string name
Résultat string

port protected_oe property

protected ushort port
Résultat ushort

regtype protected_oe property

protected string regtype
Résultat string

reply_domain protected_oe property

protected string reply_domain
Résultat string

txt_record protected_oe property

protected ITxtRecord txt_record
Résultat ITxtRecord