mscorlib(4.0.0.0) API with additions
WebExceptionStatus.cs
1 namespace System.Net
2 {
4  [global::__DynamicallyInvokable]
5  public enum WebExceptionStatus
6  {
8  [global::__DynamicallyInvokable]
9  Success,
13  [global::__DynamicallyInvokable]
18  [global::__DynamicallyInvokable]
23  [global::__DynamicallyInvokable]
38  [global::__DynamicallyInvokable]
39  Pending,
41  Timeout,
45  [global::__DynamicallyInvokable]
48  [global::__DynamicallyInvokable]
56  }
57 }
The name resolver service could not resolve the host name.
A complete response was not received from the remote server.
The time specified by the millisecondsTimeout parameter for either M:System.GC.WaitForFullGCApproach...
An exception of unknown type has occurred.
The response received from the server was complete but indicated a protocol-level error....
The remote service point could not be contacted at the transport level.
An error occurred while establishing a connection using SSL.
The server response was not a valid HTTP response.
This request was not permitted by the proxy.
Specifies that the connection has been closed.
The request was canceled, the M:System.Net.WebRequest.Abort method was called, or an unclassifiable e...
An internal asynchronous request is pending.
The specified cache entry was not found.
The request was a piplined request and the connection was closed before the response was received.
WebExceptionStatus
Defines status codes for the T:System.Net.WebException class.
The name resolver service could not resolve the proxy host name.
The connection for a request that specifies the Keep-alive header was closed unexpectedly.
A complete request could not be sent to the remote server.
A server certificate could not be validated.
A message was received that exceeded the specified limit when sending a request or receiving a respon...
The request was not permitted by the cache policy. In general, this occurs when a request is not cach...