CanWrite Property (VintasoftBufferedStream)
Gets a value indicating whether the current stream supports writing.
public override bool CanWrite { get; }
public: __property bool get_CanWrite(); override;
public:
property bool CanWrite {
bool get() override;;
}
'Declaration
Public Overrides ReadOnly Property CanWrite As Boolean
Return Value
true - if the stream supports writing; false - if the stream is closed or was opened with read-only access.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5