The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WS_SERVICE_PROXY_STATE enumeration
The state of the service proxy.
Syntax
enum WS_SERVICE_PROXY_STATE { WS_SERVICE_PROXY_STATE_CREATED,
WS_SERVICE_PROXY_STATE_OPENING,
WS_SERVICE_PROXY_STATE_OPEN,
WS_SERVICE_PROXY_STATE_CLOSING,
WS_SERVICE_PROXY_STATE_CLOSED,
WS_SERVICE_PROXY_STATE_FAULTED
};
Constants
- WS_SERVICE_PROXY_STATE_CREATED
- WS_SERVICE_PROXY_STATE_OPENING
- WS_SERVICE_PROXY_STATE_OPEN
- WS_SERVICE_PROXY_STATE_CLOSING
- WS_SERVICE_PROXY_STATE_CLOSED
- WS_SERVICE_PROXY_STATE_FAULTED
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
Community Additions
Show: