WSD_ENDPOINT_REFERENCE structure (wsdtypes.h)
Represents a WS-Addressing endpoint reference.
Syntax
typedef struct _WSD_ENDPOINT_REFERENCE {
const WCHAR *Address;
WSD_REFERENCE_PROPERTIES ReferenceProperties;
WSD_REFERENCE_PARAMETERS ReferenceParameters;
WSDXML_NAME *PortType;
WSDXML_NAME *ServiceName;
WSDXML_ELEMENT *Any;
} WSD_ENDPOINT_REFERENCE;
Members
Address
The endpoint address.
ReferenceProperties
WSD_REFERENCE_PROPERTIES structure that specifies additional data used to uniquely identify the endpoint.
ReferenceParameters
WSD_REFERENCE_PARAMETERS structure that specifies additional opaque data used by the endpoint.
PortType
Reference to a WSDXML_NAME structure that specifies the port type of the service at the referenced endpoint.
ServiceName
Reference to a WSDXML_NAME structure that specifies the service name of the service at the referenced endpoint.
Any
Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wsdtypes.h |