wsdbase.h header
This header is used by Other Devices Technologies. For more information, see:
wsdbase.h contains the following programming interfaces:
Interfaces
IWSDAddress Provides access to the individual components of a transport address. |
IWSDHttpAddress Provides access to the individual components of an HTTP address. |
IWSDHttpAuthParameters Use this interface to retrieve the access token or authorization scheme used during the authentication of a client. |
IWSDHttpMessageParameters Provides access to the HTTP headers used when transmitting messages via SOAP-over-HTTP. |
IWSDMessageParameters Use this interface to communicate message specific information up and down the protocol stack. |
IWSDSignatureProperty Provides properties of signed messages. |
IWSDSSLClientCertificate Retrieves the client SSL certificate. |
IWSDTransportAddress Represents an IP-based transport address. |
IWSDUdpAddress Provides access to the individual components of a UDP address. |
IWSDUdpMessageParameters Use this interface to specify how often WSD repeats the message transmission. |
Functions
WSDCreateHttpAddress Creates an IWSDHttpAddress object. |
WSDCreateHttpMessageParameters Creates an IWSDHttpMessageParameters object. |
WSDCreateUdpAddress Creates an IWSDUdpAddress object. |
WSDCreateUdpMessageParameters Retrieves a pointer to the IWSDUdpMessageParameters interface. |
Structures
WSD_CONFIG_ADDRESSES Information about specific addresses that a host should listen on. |
WSD_CONFIG_PARAM Represents configuration parameters for creating WSDAPI objects. |
WSD_SECURITY_CERT_VALIDATION Represents the criteria for matching client certificates against those of an HTTPS server. (WSD_SECURITY_CERT_VALIDATION) |
WSD_SECURITY_CERT_VALIDATION_V1 Represents the criteria for matching client certificates against those of an HTTPS server.W |
WSD_SECURITY_SIGNATURE_VALIDATION Represents the criteria for matching client compact signatures against messages. |
WSDUdpRetransmitParams Defines the parameters for repeating a message transmission. |
Enumerations
WSD_CONFIG_PARAM_TYPE Specifies the kind of data stored in a WSD_CONFIG_PARAM structure. |
WSDUdpMessageType Identifies the type of UDP message. |