SharpCifs.Netbios.NameQueryRequest.WriteBodyWireFormat C# (CSharp) Méthode

WriteBodyWireFormat() private méthode

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