NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebStatus Enumeration

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.

Members

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.

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

System.Net Namespace