Dart.Ssh Namespace : SessionStream Class |
For a list of all members of this type, see SessionStream members.
Name | Description | |
---|---|---|
CanRead | Overridden. Gets a value indicating if the session is active. | |
CanSeek | Overridden. Gets a value indicating if a seek can be performed on the stream. Always returns false. | |
CanTimeout | Overridden. Gets a value indicating if the stream can timeout. Always returns true. | |
CanWrite | Overridden. Gets a value indicating if the stream can be written to. | |
DisableInnerExceptions | Set to true to disable the use of Exception.InnerException. | |
ErrorStream | Gets the Stream that can be read for error conditions. | |
Length | Overridden. The length of data available on the stream. This method always throws a NotSupportedException. | |
Position | Overridden. Gets the position in the stream. Use of this property throws a System.NotSupportedException. | |
ReadTimeout | Overridden. Gets or sets the read timeout period for the Stream in milliseconds. | |
Tag | Gets or sets an object that stores any user data. | |
WriteTimeout | Overridden. Gets or sets the write timeout period for the Stream in milliseconds. |