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:
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
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