SharpCifs.Smb.Trans2QueryFsInformation.WriteParametersWireFormat C# (CSharp) Method

WriteParametersWireFormat() private method

private WriteParametersWireFormat ( byte dst, int dstIndex ) : int
dst byte
dstIndex int
return int
		internal override int WriteParametersWireFormat(byte[] dst, int dstIndex)
		{
			int start = dstIndex;
			WriteInt2(_informationLevel, dst, dstIndex);
			dstIndex += 2;
			return dstIndex - start;
		}