TransportMethodEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transport method for error reporting.
public enum TransportMethodEnum
type TransportMethodEnum =
Public Enum TransportMethodEnum
- Inheritance
-
TransportMethodEnum
Fields
Name | Value | Description |
---|---|---|
CreateShellEx | 0 | CreateShellEx |
RunShellCommandEx | 1 | RunShellCommandEx |
SendShellInputEx | 2 | SendShellInputEx |
ReceiveShellOutputEx | 3 | ReceiveShellOutputEx |
CloseShellOperationEx | 4 | CloseShellOperationEx |
CommandInputEx | 5 | CommandInputEx |
ReceiveCommandOutputEx | 6 | ReceiveCommandOutputEx |
DisconnectShellEx | 7 | DisconnectShellEx |
ReconnectShellEx | 8 | ReconnectShellEx |
ConnectShellEx | 9 | ConnectShellEx |
ReconnectShellCommandEx | 10 | ReconnectShellCommandEx |
ConnectShellCommandEx | 11 | ConnectShellCommandEx |
Unknown | 12 | Unknown |