CanWrite Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that indicates whether the stream supports writing.

Namespace:  Microsoft.SPOT.Net
Assembly:  System.Ftp (in System.Ftp.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property CanWrite As Boolean
public override bool CanWrite { get; }
public:
virtual property bool CanWrite {
    bool get () override;
}
abstract CanWrite : bool
override CanWrite : bool
override function get CanWrite () : boolean

Property Value

Type: System. . :: . .Boolean
Always true.

.NET Framework Security

See Also

Reference

FtpResponseStream Class

Microsoft.SPOT.Net Namespace