Share via


Response Property

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

Gets the response for this context.

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

Syntax

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

Property Value

Type: Microsoft.SPOT.Net. . :: . .FtpListenerResponse
The response for this context.

.NET Framework Security

See Also

Reference

FtpListenerContext Class

Microsoft.SPOT.Net Namespace