SharpCifs.Smb.SmbComWriteResponse.WriteParameterWordsWireFormat C# (CSharp) Method

WriteParameterWordsWireFormat() private method

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