Condividi tramite


enumerazione WSD_PROTOCOL_TYPE (wsdtypes.h)

Identifica il tipo di protocollo supportato da una porta.

Sintassi

typedef enum _WSD_PROTOCOL_TYPE {
  WSD_PT_NONE = 0x00,
  WSD_PT_UDP = 0x01,
  WSD_PT_HTTP = 0x02,
  WSD_PT_HTTPS = 0x04,
  WSD_PT_ALL = 0xff
} WSD_PROTOCOL_TYPE;

Costanti

 
WSD_PT_NONE
Valore: 0x00
Nessun protocollo supportato.
WSD_PT_UDP
Valore: 0x01
Il protocollo UDP è supportato.
WSD_PT_HTTP
Valore: 0x02
Il protocollo HTTP è supportato.
WSD_PT_HTTPS
Valore: 0x04
Il protocollo HTTPS è supportato.
WSD_PT_ALL
Valore: 0xff
Sono supportati i protocolli UDP, HTTP e HTTPS.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wsdtypes.h (include Wsdapi.h)

Vedi anche

WSD_PORT_TYPE