Share via


OutputStream Property

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

Gets the stream that data is written to.

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

Syntax

'Declaration
Public ReadOnly Property OutputStream As FtpResponseStream
public FtpResponseStream OutputStream { get; }
public:
property FtpResponseStream^ OutputStream {
    FtpResponseStream^ get ();
}
member OutputStream : FtpResponseStream with get
function get OutputStream () : FtpResponseStream

Property Value

Type: Microsoft.SPOT.Net. . :: . .FtpResponseStream
The stream that data is written to.

.NET Framework Security

See Also

Reference

FtpListenerResponse Class

Microsoft.SPOT.Net Namespace