Method | Description | |
---|---|---|
FromArray ( byte message, int offset ) : |
||
FromArray ( byte message, int offset, int &endOffset ) : |
||
GetAllFromArray ( byte message, int offset, int questionCount ) : IList |
||
GetAllFromArray ( byte message, int offset, int questionCount, int &endOffset ) : IList |
||
Question ( Domain domain, RecordType type = RecordType.A, RecordClass klass = RecordClass.IN ) : System.Collections.Generic | ||
ToArray ( ) : byte[] | ||
ToString ( ) : string |
public static FromArray ( byte message, int offset ) : |
||
message | byte | |
offset | int | |
return |
public static FromArray ( byte message, int offset, int &endOffset ) : |
||
message | byte | |
offset | int | |
endOffset | int | |
return |
public static GetAllFromArray ( byte message, int offset, int questionCount ) : IList |
||
message | byte | |
offset | int | |
questionCount | int | |
return | IList |
public static GetAllFromArray ( byte message, int offset, int questionCount, int &endOffset ) : IList |
||
message | byte | |
offset | int | |
questionCount | int | |
endOffset | int | |
return | IList |
public Question ( Domain domain, RecordType type = RecordType.A, RecordClass klass = RecordClass.IN ) : System.Collections.Generic | ||
domain | Domain | |
type | RecordType | |
klass | RecordClass | |
return | System.Collections.Generic |