SharpCifs.Netbios.NameQueryRequest.WriteBodyWireFormat C# (CSharp) Метод

WriteBodyWireFormat() приватный Метод

private WriteBodyWireFormat ( byte dst, int dstIndex ) : int
dst byte
dstIndex int
Результат int
		internal override int WriteBodyWireFormat(byte[] dst, int dstIndex)
		{
			return WriteQuestionSectionWireFormat(dst, dstIndex);
		}