Windows apps
Collapse the table of content
Expand the table of content
Information
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

WebServices.h

 

 

Community Additions

Show:
© 2017 Microsoft