The ShellChannel type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAvailable
Gets the amount of data that has been received from the remote connection end and is available to be read.
Public propertySupported by the .NET Compact FrameworkConnected
Gets a value that indicates whether the ShellChannel is connected to a remote host as of the last Send or Receive operation.
Public propertySupported by the .NET Compact FrameworkExitCode
Gets the channel exit status. Returns 0 if not available.
Public propertySupported by the .NET Compact FrameworkOptions
Gets channel flags.
Public propertySupported by the .NET Compact FrameworkTerminalHeight
Gets the terminal height.
Public propertySupported by the .NET Compact FrameworkTerminalWidth
Gets the terminal width.
Public propertySupported by the .NET Compact FrameworkTreatExtendedDataAsNormal
Gets or sets a value specifying how to treat extended data.

See Also