WS_IP_VERSION enumeration (webservices.h)
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_4Value: 1 Use IPv4. |
WS_IP_VERSION_6Value: 2 Use IPv6. |
WS_IP_VERSION_AUTOValue: 3 |
Requirements
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |