C# 클래스 Mono.Zeroconf.Providers.Bonjour.Service

상속: IService
파일 보기 프로젝트 열기: hacxman/zeroshare

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
Service ( ) : System
Service ( string name, string replyDomain, string regtype ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Service() 공개 메소드

public Service ( ) : System
리턴 System

Service() 공개 메소드

public Service ( string name, string replyDomain, string regtype ) : System
name string
replyDomain string
regtype string
리턴 System

프로퍼티 상세

address_protocol 보호되어 있는 프로퍼티

protected AddressProtocol address_protocol
리턴 AddressProtocol

flags 보호되어 있는 프로퍼티

protected ServiceFlags flags
리턴 ServiceFlags

fullname 보호되어 있는 프로퍼티

protected string fullname
리턴 string

hostentry 보호되어 있는 프로퍼티

protected IPHostEntry,System.Net hostentry
리턴 System.Net.IPHostEntry

hosttarget 보호되어 있는 프로퍼티

protected string hosttarget
리턴 string

interface_index 보호되어 있는 프로퍼티

protected uint interface_index
리턴 uint

name 보호되어 있는 프로퍼티

protected string name
리턴 string

port 보호되어 있는 프로퍼티

protected ushort port
리턴 ushort

regtype 보호되어 있는 프로퍼티

protected string regtype
리턴 string

reply_domain 보호되어 있는 프로퍼티

protected string reply_domain
리턴 string

txt_record 보호되어 있는 프로퍼티

protected ITxtRecord txt_record
리턴 ITxtRecord