SharpCifs.Netbios.NameQueryRequest.ReadBodyWireFormat C# (CSharp) Method

ReadBodyWireFormat() private method

private ReadBodyWireFormat ( byte src, int srcIndex ) : int
src byte
srcIndex int
return int
		internal override int ReadBodyWireFormat(byte[] src, int srcIndex)
		{
			return ReadQuestionSectionWireFormat(src, srcIndex);
		}