Defines status codes for the ProxySocketException class.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Enumeration ProxySocketExceptionStatus |
C# |
---|
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 occurred.
|
![]() | 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.
|
![]() | SendRetryTimeout |
An incomplete block of data was sent and the operation timed out.
|
![]() | Timeout |
Operation timed out.
|