StatusCode Property

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

Gets or sets the status code.

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

Syntax

'Declaration
Public Property StatusCode As FtpStatusCode
public FtpStatusCode StatusCode { get; set; }
public:
property FtpStatusCode StatusCode {
    FtpStatusCode get ();
    void set (FtpStatusCode value);
}
member StatusCode : FtpStatusCode with get, set
function get StatusCode () : FtpStatusCode
function set StatusCode (value : FtpStatusCode)

Property Value

Type: System.Net. . :: . .FtpStatusCode
The status code.

Exceptions

Exception Condition
ArgumentException

The status code is set to an invalid value. The value cannot be less than 100 or greater than 999.

.NET Framework Security

See Also

Reference

FtpListenerResponse Class

Microsoft.SPOT.Net Namespace