C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.QUERY_INFO_Request

The SMB2 QUERY_INFO Request packet is sent by a client to request information on a file, named pipe, or underlying volume. This request consists of an SMB2 header, as specified in section , followed by this request structure:
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
FileInfoClass byte
InfoType InfoType_Values

Property Details

FileInfoClass public property

For file information queries, this field MUST contain one of the following FILE_INFORMATION_CLASS values, as specified in section and in [MS-FSCC] section 2.4:FileBasicInformationFileStandardInformationFileInternalInformationFileEaInformationFileAccessInformationFilePositionInformationFileFullEaInformationFileModeInformationFileAlignmentInformationFileAllInformationFileAlternateNameInformationFileStreamInformationFilePipeInformationFilePipeLocalInformationFilePipeRemoteInformationFileCompressionInformationFileQuotaInformationFileNetworkOpenInformationFileAttributeTagInformationFor file system information queries, this field MUST contain one of the following FS_INFORMATION_CLASS values, as specified in section and in [MS-FSCC] section 2.5:FileFsVolumeInformationFileFsSizeInformationFileFsDeviceInformationFileFsAttributeInformationFileFsFullSizeInformationFileFsObjectIdInformationFor quota and security, this field MUST be set to 0.
public byte FileInfoClass
return byte

InfoType public property

The type of information queried. This field MUST contain one of the following values:
public InfoType_Values InfoType
return InfoType_Values