C# Class SharpCifs.Netbios.NameServicePacket

Show file Open project: brandonprry/Potato Class Usage Examples

Public Methods

Method Description
NameServicePacket ( ) : System.Net
ToString ( ) : string

Private Methods

Method Description
ReadBodyWireFormat ( byte src, int srcIndex ) : int
ReadHeaderWireFormat ( byte src, int srcIndex ) : int
ReadInt2 ( byte src, int srcIndex ) : int
ReadInt4 ( byte src, int srcIndex ) : int
ReadNameTrnId ( byte src, int srcIndex ) : int
ReadQuestionSectionWireFormat ( byte src, int srcIndex ) : int
ReadRDataWireFormat ( byte src, int srcIndex ) : int
ReadResourceRecordWireFormat ( byte src, int srcIndex ) : int
ReadWireFormat ( byte src, int srcIndex ) : int
WriteBodyWireFormat ( byte dst, int dstIndex ) : int
WriteHeaderWireFormat ( byte dst, int dstIndex ) : int
WriteInt2 ( int val, byte dst, int dstIndex ) : void
WriteInt4 ( int val, byte dst, int dstIndex ) : void
WriteQuestionSectionWireFormat ( byte dst, int dstIndex ) : int
WriteRDataWireFormat ( byte dst, int dstIndex ) : int
WriteResourceRecordWireFormat ( byte dst, int dstIndex ) : int
WriteWireFormat ( byte dst, int dstIndex ) : int

Method Details

NameServicePacket() public method

public NameServicePacket ( ) : System.Net
return System.Net

ToString() public method

public ToString ( ) : string
return string