ProxySocketExceptionStatus Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Defines status codes for the ProxySocketException class.
Syntax
public enum ProxySocketExceptionStatus
Fields
Name | Description |
---|---|
AsyncError | General exception in asynchronous call. |
ConnectFailure | The remote service point could not be contacted at the transport level. |
ConnectionClosed | The connection was prematurely closed |
NameResolutionFailure | The name resolver service could not resolve the host name. |
NotConnected | The socket is not connected. |
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. |
SendRetryTimeout | An incomplete block of data was sent and the operation timed out. |
ServerProtocolViolation | The server response was not a valid response. |
SocketError | The error at transport level occurred. |
Timeout | Operation timed out. |
UnclassifiableError | An unclassifiable error occurred. This is the default value for Status. |