Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
WS_SERVICE_PROXY_STATE enumeration (webservices.h)
The state of the service proxy.
Syntax
typedef enum {
WS_SERVICE_PROXY_STATE_CREATED = 0,
WS_SERVICE_PROXY_STATE_OPENING = 1,
WS_SERVICE_PROXY_STATE_OPEN = 2,
WS_SERVICE_PROXY_STATE_CLOSING = 3,
WS_SERVICE_PROXY_STATE_CLOSED = 4,
WS_SERVICE_PROXY_STATE_FAULTED = 5
} WS_SERVICE_PROXY_STATE;
Constants
WS_SERVICE_PROXY_STATE_CREATEDValue: 0 |
WS_SERVICE_PROXY_STATE_OPENINGValue: 1 |
WS_SERVICE_PROXY_STATE_OPENValue: 2 |
WS_SERVICE_PROXY_STATE_CLOSINGValue: 3 |
WS_SERVICE_PROXY_STATE_CLOSEDValue: 4 |
WS_SERVICE_PROXY_STATE_FAULTEDValue: 5 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |
Feedback
Was this page helpful?
