Property | Type | Description | |
---|---|---|---|
QClass | DnsPacket.Classes | ||
QName | String | ||
QNameBlob | MemBlock | ||
QType | DnsPacket.Types |
Method | Description | |
---|---|---|
Question ( MemBlock Data, int Start ) : Brunet |
Constructor when parsing a Dns Query
|
|
Question ( String QName, |
Constructor when creating a Dns Query
|
public Question ( MemBlock Data, int Start ) : Brunet | ||
Data | MemBlock | must pass in the entire packet from where the question begins, after parsing, can check Data.Length to find where next container begins. |
Start | int | |
return | Brunet |
public Question ( String QName, |
||
QName | String | the name of resource you are looking up, IP Address when QType = Ptr otherwise hostname |
QType | the type of look up to perform | |
QClass | should always be IN | |
return | Brunet |