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

The SMB2 CHANGE_NOTIFY Response packet is sent by the server to transmit the results of a client's SMB2 CHANGE_NOTIFY Request. The server MUST send this packet only if a change occurs and MUST NOT send this packet otherwise. This response consists of an SMB2 header, as specified in section , followed by this response structure:
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples