DotNX::Ftp::Reply Class Reference

Represents the server's response to a command, abstracting from the protocol's details. More...

List of all members.

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.


Detailed Description

Represents the server's response to a command, abstracting from the protocol's details.


Constructor & Destructor Documentation

DotNX::Ftp::Reply::Reply ( IList< string >  msg  ) 

Constructors.

Parameters:
msg The messages sent by the server.


Property Documentation

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.


The documentation for this class was generated from the following file:

SourceForge.net Logo
Generated on Sat Oct 18 14:13:26 2008 for .Nick's 0.1.0 by  doxygen 1.5.7.1