C# Class Heijden.DNS.Header

DNS Response Header
显示文件 Open project: drorgl/MSDNSWebAdmin Class Usage Examples

Public Methods

Method Description
Header ( ) : System
Header ( RecordReader rr ) : System

Private Methods

Method Description
GetBits ( ushort oldValue, int position, int length ) : ushort
SetBits ( ushort oldValue, int position, int length, bool blnValue ) : ushort
SetBits ( ushort oldValue, int position, int length, ushort newValue ) : ushort
WriteShort ( ushort sValue ) : byte[]

Method Details

Header() public method

public Header ( ) : System
return System

Header() public method

public Header ( RecordReader rr ) : System
rr RecordReader
return System