Share via


WSD_PROTOCOL_TYPE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration identifies the type of protocol supported by a port.

Syntax

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;

Elements

  • WSD_PT_NONE
    No protocols supported.
  • WSD_PT_UDP
    The UDP protocol is supported.
  • WSD_PT_HTTP
    The HTTP protocol is supported.
  • WSD_PT_HTTPS
    The HTTPS protocol is supported.
  • WSD_PT_ALL
    The UDP, HTTP, and HTTPS protocols are supported.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

WSD_PORT_TYPE
Web Services on Devices Enumerations
Web Services on Devices Reference