Condividi tramite


WSD_ENDPOINT_REFERENCE struttura (wsdtypes.h)

Rappresenta un riferimento all'endpoint di WS-Addressing.

Sintassi

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

L'indirizzo dell'endpoint.

ReferenceProperties

WSD_REFERENCE_PROPERTIES struttura che specifica dati aggiuntivi usati per identificare in modo univoco l'endpoint.

ReferenceParameters

WSD_REFERENCE_PARAMETERS struttura che specifica dati opachi aggiuntivi usati dall'endpoint.

PortType

Riferimento a una struttura WSDXML_NAME che specifica il tipo di porta del servizio nell'endpoint a cui si fa riferimento.

ServiceName

Riferimento a una struttura WSDXML_NAME che specifica il nome del servizio nell'endpoint a cui si fa riferimento.

Any

Riferimento a una struttura WSDXML_ELEMENT che specifica il contenuto dell'estensione consentito dalla parola chiave XML ANY .

Requisiti

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