Mentalis.org Security Library documentation

SecureNetworkStream.CanWrite Property

Gets a value that indicates whether the current stream supports writing.

[Visual Basic]
Overrides Public ReadOnly Property CanWrite As Boolean
[C#]
public override bool CanWrite {get;}

Property Value

true if data can be written to the stream; otherwise, false.

See Also

SecureNetworkStream Class | SecureNetworkStream Members | Org.Mentalis.Security.Ssl Namespace