Mentalis.org Security Library documentation

SecureNetworkStream Properties

The properties of the SecureNetworkStream class are listed below. For a complete list of SecureNetworkStream class members, see the SecureNetworkStream Members topic.

Public Instance Properties

CanRead Gets a value that indicates whether the current stream supports writing.
CanSeek Gets a value indicating whether the stream supports seeking. This property always returns false.
CanWrite Gets a value that indicates whether the current stream supports writing.
Length The length of the data available on the stream. This property always throws a NotSupportedException.
Position Gets or sets the current position in the stream. This property always throws a NotSupportedException.

Protected Instance Properties

Socket Gets the underlying network connection.

See Also

SecureNetworkStream Class | Org.Mentalis.Security.Ssl Namespace