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 an IP version.
Syntax
typedef enum {
WS_IP_VERSION_4 = 1,
WS_IP_VERSION_6 = 2,
WS_IP_VERSION_AUTO = 3
} WS_IP_VERSION;
Constants
WS_IP_VERSION_4 Value: 1 Use IPv4. |
WS_IP_VERSION_6 Value: 2 Use IPv6. |
WS_IP_VERSION_AUTO Value: 3 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |