SharpCifs.Smb.Trans2QueryPathInformationResponse.Trans2QueryPathInformationResponse C# (CSharp) Method

Trans2QueryPathInformationResponse() private method

private Trans2QueryPathInformationResponse ( int informationLevel ) : SharpCifs.Util
informationLevel int
return SharpCifs.Util
		internal Trans2QueryPathInformationResponse(int informationLevel)
		{
			this._informationLevel = informationLevel;
			SubCommand = Smb.SmbComTransaction.Trans2QueryPathInformation;
		}