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

The SMB2 IOCTL Request packet is sent by a client to issue an implementation-specific file system control or device control (FSCTL/IOCTL) command across the network. For a list of IOCTL operations, see section and [MS-FSCC] section 2.3.This request is composed of an SMB2 header, as specified in section , followed by this request structure:
Show file Open project: Microsoft/WindowsProtocolTestSuites