Public Member Functions | |
Reply (IList< string > msg) | |
Constructors. | |
Properties | |
int | Code [get] |
Returns the response code. | |
string | Message [get] |
Returns the response message. | |
IList< string > | Details [get] |
Returns the response's optional additional messages. | |
bool | HasDetails [get] |
Indicates whether the response contains detail messages. | |
bool | Failed [get] |
Indicates whether the command resulted in a failure. | |
bool | Error [get] |
Indicates whether the comand resulted in an error. | |
bool | PasswordRequired [get] |
Indicates a Password Required error. |
DotNX::Ftp::Reply::Reply | ( | IList< string > | msg | ) |
Constructors.
msg | The messages sent by the server. |
int DotNX::Ftp::Reply::Code [get] |
Returns the response code.
string DotNX::Ftp::Reply::Message [get] |
Returns the response message.
IList<string> DotNX::Ftp::Reply::Details [get] |
Returns the response's optional additional messages.
bool DotNX::Ftp::Reply::HasDetails [get] |
Indicates whether the response contains detail messages.
bool DotNX::Ftp::Reply::Failed [get] |
Indicates whether the command resulted in a failure.
bool DotNX::Ftp::Reply::Error [get] |
Indicates whether the comand resulted in an error.
bool DotNX::Ftp::Reply::PasswordRequired [get] |
Indicates a Password Required error.