Rebex FTP/SSL for .NET

ProxySocketExceptionStatus Enumeration

Defines status codes for the ProxySocketException class.

public enum ProxySocketExceptionStatus

Members

Member Name Description
ConnectFailure The remote service point could not be contacted at the transport level.
ConnectionClosed The connection was prematurely closed
SocketError The error at transport level occured.
NameResolutionFailure The name resolver service could not resolve the host name.
ProtocolError The response received from the server was complete but indicated a protocol-level error. For example, an FTP protocol error such as 550 Access Denied would use this status.
ProxyNameResolutionFailure The name resolver service could not resolve the proxy host name.
ReceiveFailure A complete response was not received from the remote server.
UnclassifiableError An unclassifiable error occurred. This is the default value for Status.
ServerProtocolViolation The server response was not a valid response.
AsyncError General exception in asynchronous call.
NotConnected The socket is not connected.

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.ProxySocket (in Rebex.Net.ProxySocket.dll)

See Also

Rebex.Net Namespace