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

WriteBodyWireFormat() private method

private WriteBodyWireFormat ( byte dst, int dstIndex ) : int
dst byte
dstIndex int
return int
		internal override int WriteBodyWireFormat(byte[] dst, int dstIndex)
		{
			return WriteQuestionSectionWireFormat(dst, dstIndex);
		}