C# 클래스 Network.Dns.Txt

상속: ResponseData
파일 보기 프로젝트 열기: automaters/bonjour.net 1 사용 예제들

공개 메소드들

메소드 설명
AddProperty ( string txt ) : void
Contains ( string key ) : bool
Txt ( ) : System
WriteTo ( System writer ) : void

비공개 메소드들

메소드 설명
Get ( BinaryReader reader ) : Txt

메소드 상세

AddProperty() 공개 메소드

public AddProperty ( string txt ) : void
txt string
리턴 void

Contains() 공개 메소드

public Contains ( string key ) : bool
key string
리턴 bool

Txt() 공개 메소드

public Txt ( ) : System
리턴 System

WriteTo() 공개 메소드

public WriteTo ( System writer ) : void
writer System
리턴 void