Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the callback which is called when a channel is successfully accepted.
Syntax
typedef struct _WS_SERVICE_PROPERTY_ACCEPT_CALLBACK {
WS_SERVICE_ACCEPT_CHANNEL_CALLBACK callback;
} WS_SERVICE_PROPERTY_ACCEPT_CALLBACK;
Members
callback
The accept channel callback function reference.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |