C# Класс Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.CREATE_Request

When the server receives an SMB2 CREATE Request, it MUST create a file if the file does not exist; otherwise, it MUST open the existing file. In case of a named pipe or printer, the server MUST create a new file.This request is composed of an SMB2 header, as specified in section , that is followed by this request structure:
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
RequestedOplockLevel RequestedOplockLevel_Values
SecurityFlags SecurityFlags_Values

Описание свойств

RequestedOplockLevel публичное свойство

The requested oplock level. This field MUST contain one of the following values:-based clients never use exclusive oplocks. Because there are no situations where the client would want an exclusive oplock where it would not also want an SMB2_OPLOCK_LEVEL_BATCH, it always requests an SMB2_OPLOCK_LEVEL_BATCH.
public RequestedOplockLevel_Values RequestedOplockLevel
Результат RequestedOplockLevel_Values

SecurityFlags публичное свойство

The Quality of Service (QoS) security flags. This field MUST be constructed by using the following values:
public SecurityFlags_Values SecurityFlags
Результат SecurityFlags_Values