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

The SMB2 CREATE Response packet is sent by the server to notify the client of the status of its SMB2 CREATE Request. This response is composed of an SMB2 header, as specified in section , followed by this response structure:
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
OplockLevel OplockLevel_Values

Property Details

OplockLevel public property

The oplock level that is granted to the client for this open. This field MUST contain one of the following values:-based clients never use exclusive oplocks. Because there are no situations where it 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 OplockLevel_Values OplockLevel
return OplockLevel_Values