Member Name | Description |
---|
CacheEntryNotFound | Documentation for this section has not yet been entered.
[Edit]
|
ConnectFailure | The remote service point could not be contacted at the transport level.
[Edit]
|
ConnectionClosed |
The connection was prematurely closed.
[Edit]
|
KeepAliveFailure | The connection for a request that specifies the Keep-alive
header was closed unexpectedly.
[Edit]
|
MessageLengthLimitExceeded | Documentation for this section has not yet been entered.
[Edit]
|
NameResolutionFailure |
The name resolver service could not resolve the host name.
[Edit]
|
Pending | An internal asynchronous request is pending.
[Edit]
|
PipelineFailure | The request was submitted as a pipeline request, but the
connection was dropped before the respective response was received.
[Edit]
|
ProtocolError |
The response received from the server was complete
but indicated a protocol-level error.
Note: For example, an HTTP protocol error such
as 401 Access Denied would use this status.
[Edit]
|
ProxyNameResolutionFailure | The name resolver service could not resolve the proxy host name.
[Edit]
|
ReceiveFailure |
A complete response was not received from the remote server.
[Edit]
|
RequestCanceled | The request was canceled or the WebRequest.Abort method was called.
[Edit]
|
RequestProhibitedByCachePolicy | Documentation for this section has not yet been entered.
[Edit]
|
RequestProhibitedByProxy | Documentation for this section has not yet been entered.
[Edit]
|
SecureChannelFailure |
An error occurred in a secure channel link.
[Edit]
|
SendFailure |
A complete request could not be sent to the remote server.
[Edit]
|
ServerProtocolViolation | The server response was not a valid HTTP response.
[Edit]
|
Success | No error was encountered.
[Edit]
|
Timeout | No response was received during the timeout period for a request.
[Edit]
|
TrustFailure |
A server certificate could not be validated.
[Edit]
|
UnknownError | An exception of unknown type has occurred.
[Edit]
|