QuickOPC User's Guide and Reference
_UAEndpointDescriptor Interface Properties

OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace : _UAEndpointDescriptor Interface

For a list of all members of this type, see _UAEndpointDescriptor members.

Public Properties
 NameDescription
 PropertyWhen non-empty, specifies the name of the alias that will be used in place of this object.  
 PropertyHolds an optional user-information part, terminated with "@" (e.g. username:password@); a hostname (e.g., domain name or IP address); and an optional port number, preceded by a colon ":".  
 PropertyDetermines which server certificates are accepted.  
 PropertyThe sub-id of the certificate. Normally an empty string.  
 PropertyA string that represents the resource descriptor or its relevant parts.  
 PropertyThe display string for the current object.  
 PropertyDetermines how the UA client chooses the endpoint from the endpoints provided by the UA server.  
 PropertyThe fragment portion of the URI.  
 PropertyDetermines whether the server's instance certificate is included with the endpoint descriptor.  
 PropertyThe Domain Name System (DNS) host name or IP address of a server.  
 PropertyDetermines whether this object is aliased.  
 PropertyDetermines whether the resource descriptor is null.  
 PropertySecurity settings used when connecting to the endpoint.  
 PropertyThe password associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!  
 PropertyThe path to the resource referenced by the URI.  
 PropertyGets the concatenated Path and Query properties.  
 PropertyThe port number of the URI.  
 PropertyA scheme name followed by a colon. An empty string if there is no scheme.  
 PropertyThe query information included in the URI.  
 PropertyThe scheme name of the URI.  
 PropertyGets the Scheme and Authority properties separated by a colon (:) and double forward slash (//) as needed.  
 PropertyThe application instance certificate issued to the server.  
 PropertyThe encoded application instance certificate issued to the server.  
 PropertyA URL string of the resource.  
 PropertySpecifies user's identity, using one or more user token infos, such as anonymous, user name, Kerberos, or X.509 certificate tokens.  
 PropertyGets the UserName and Password properties separated by a colon (:). Not normally used with OPC UA - see the documentation!  
 PropertyThe user name associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!  
 PropertyThe server-specific policy Id to which the user identity token conforms to. Only used with synthesized endpoints.  
Top
See Also

Reference

_UAEndpointDescriptor Interface
OpcLabs.EasyOpc.UA.ComTypes Namespace