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

The SMB2 SET_INFO Request packet is sent by a client to set information on a file or underlying file system. 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 SET_INFO_Request_InfoType_Values

Property Details

FileInfoClass public property

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

InfoType public property

The type of information being set. The valid values are:
public SET_INFO_Request_InfoType_Values InfoType
return SET_INFO_Request_InfoType_Values