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

The SMB2 QUERY_DIRECTORY Request packet is sent by the client to obtain a directory enumeration on an open directory handle. This request consists of an SMB2 header, as specified in section , followed by this request structure:
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
FileInformationClass FileInformationClass_Values
Flags QUERY_DIRECTORY_Request_Flags_Values

Property Details

FileInformationClass public_oe property

The file information class describing the format that data MUST be returned in. Possible values are as specified in [MS-FSCC] section 2.4. This field MUST contain one of the following values:
public FileInformationClass_Values FileInformationClass
return FileInformationClass_Values

Flags public_oe property

Flags indicating how the query directory operation MUST be processed. This field MUST be constructed using the following values:
public QUERY_DIRECTORY_Request_Flags_Values Flags
return QUERY_DIRECTORY_Request_Flags_Values