PowerTCP SSH and SFTP for .NET
SessionStream Class Properties


For a list of all members of this type, see SessionStream members.

Public Properties
 NameDescription
Public PropertyCanReadOverridden.  Gets a value indicating if the session is active.  
Public PropertyCanSeekOverridden.  Gets a value indicating if a seek can be performed on the stream. Always returns false.  
Public PropertyCanTimeoutOverridden.  Gets a value indicating if the stream can timeout. Always returns true.  
Public PropertyCanWriteOverridden.  Gets a value indicating if the stream can be written to.  
Public PropertyDisableInnerExceptions Set to true to disable the use of Exception.InnerException.  
Public PropertyErrorStream Gets the Stream that can be read for error conditions.  
Public PropertyLengthOverridden.  The length of data available on the stream. This method always throws a NotSupportedException.  
Public PropertyPositionOverridden. Gets the position in the stream. Use of this property throws a System.NotSupportedException.  
Public PropertyReadTimeoutOverridden.  Gets or sets the read timeout period for the Stream in milliseconds.  
Public PropertyTag Gets or sets an object that stores any user data.  
Public PropertyWriteTimeoutOverridden.  Gets or sets the write timeout period for the Stream in milliseconds.  
Top
See Also

Reference

SessionStream Class
Dart.Ssh Namespace


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic