enumeración WS_IP_VERSION (webservices.h)
Especifica una versión de IP.
Syntax
typedef enum {
WS_IP_VERSION_4 = 1,
WS_IP_VERSION_6 = 2,
WS_IP_VERSION_AUTO = 3
} WS_IP_VERSION;
Constantes
WS_IP_VERSION_4 Valor: 1 use IPv4. |
WS_IP_VERSION_6 Valor: 2 Use IPv6. |
WS_IP_VERSION_AUTO Valor: 3 |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 7 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2008 R2 [solo aplicaciones de escritorio] |
Encabezado | webservices.h |