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.
The abstract base type for all URL schemes used with WsDecodeUrl and WsEncodeUrl APIs.
Syntax
typedef struct _WS_URL {
WS_URL_SCHEME_TYPE scheme;
} WS_URL;
Members
scheme
A WS_URL_SCHEME_TYPE structure that describes the type of URL scheme.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Header | webservices.h |