Specifies the status of a network request.
[Visual Basic] Public Enum WebStatus [C#] public enum WebStatus [C++] public enum WebStatus
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
ConnectFailure | The remote service point could not be contacted at the transport level. |
ConnectionClosed | The connection was prematurely closed. |
KeepAliveFailure | [To be supplied.] |
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 HTTP protocol error such as 401 Access Denied would use this status. |
ReceiveFailure | A complete response was not received from the remote server. |
RequestCanceled | The request was cancelled. |
SecureChannelFailure | An error occurred in a secure channel link. |
SendFailure | A complete request could not be sent to the remote server. |
ServerProtocolViolation | [To be supplied.] |
Success | No error was encountered. |
TrustFailure | A server certificate could not be validated. |
Namespace: System.Net
Assembly: System.net.dll