C# Class Network.Dns.Question

Inheritance: IServerResponse
Datei anzeigen Open project: automaters/bonjour.net Class Usage Examples

Public Methods

Method Description
FromBytes ( byte bytes, int &index ) : Question
Get ( BinaryReader reader ) : Question
GetBytes ( ) : byte[]
Question ( string domainName ) : System
ToBytes ( ) : byte[]
ToString ( ) : string
WriteTo ( BinaryWriter writer ) : void

Private Methods

Method Description
Question ( ) : System

Method Details

FromBytes() public static method

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

Get() public static method

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

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

Question() public method

public Question ( string domainName ) : System
domainName string
return System

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

ToString() public method

public ToString ( ) : string
return string

WriteTo() public method

public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void