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

The SMB2_CREATE_DURABLE_HANDLE_REQUEST context is specified on an SMB2 CREATE Request when the client is requesting that the open be durable (that is, that it allow reestablishment after disconnect). It MUST NOT be used for pipes. The format of the Data field of this SMB2_CREATE_CONTEXT MUST be as follows:
Show file Open project: Microsoft/WindowsProtocolTestSuites