WS_DNS_ENDPOINT_IDENTITY structure (webservices.h)

Type for specifying an endpoint identity represented by a DNS name.

Syntax

typedef struct _WS_DNS_ENDPOINT_IDENTITY {
  WS_ENDPOINT_IDENTITY identity;
  WS_STRING            dns;
} WS_DNS_ENDPOINT_IDENTITY;

Members

identity

The base type from which this type and all other endpoint identity types derive.

dns

The DNS name of the endpoint that is represented by this endpoint identity. The acceptable forms of the name are as defined by RFC 1035. In particular, they include both a simple machine name as well as a fully qualified domain name (FQDN).

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header webservices.h