C# 클래스 Network.Dns.Question

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

공개 메소드들

메소드 설명
FromBytes ( byte bytes, int &index ) : Question
Get ( BinaryReader reader ) : Question
GetBytes ( ) : byte[]
Question ( string domainName ) : System
ToBytes ( ) : byte[]
ToString ( ) : string
WriteTo ( BinaryWriter writer ) : void

비공개 메소드들

메소드 설명
Question ( ) : System

메소드 상세

FromBytes() 공개 정적인 메소드

public static FromBytes ( byte bytes, int &index ) : Question
bytes byte
index int
리턴 Question

Get() 공개 정적인 메소드

public static Get ( BinaryReader reader ) : Question
reader System.IO.BinaryReader
리턴 Question

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

Question() 공개 메소드

public Question ( string domainName ) : System
domainName string
리턴 System

ToBytes() 공개 메소드

public ToBytes ( ) : byte[]
리턴 byte[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteTo() 공개 메소드

public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void