QuickOPC User's Guide and Reference
UAEndpointDescriptor Class Properties


OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UAEndpointDescriptor Class

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

Public Properties
 NameDescription
Public PropertyWhen non-empty, specifies the name of the alias that will be used in place of this object. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Public 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 ":".  
Public PropertyThe sub-id of the certificate. Normally an empty string.  
Public PropertyOverridden. A string that represents the resource descriptor or its relevant parts. A string that represents the resource descriptor or its relevant parts.  
Public PropertyDetermines how the UA client chooses the endpoint from the endpoints provided by the UA server.  
Public PropertyThe fragment portion of the URI.  
Public PropertyDetermines whether the server's instance certificate is included with the endpoint descriptor.  
Public PropertyThe Domain Name System (DNS) host name or IP address of a server.  
Public PropertyDetermines whether this object is aliased. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Public PropertyDetermines whether the OPC-UA endpoint descriptor is null.  
Public Propertystatic (Shared in Visual Basic)A null OPC-UA endpoint descriptor (contains an empty URL string).  
Public PropertyThe password associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!  
Public PropertyThe path to the resource referenced by the URI.  
Public PropertyGets the concatenated Path and Query properties.  
Public PropertyThe port number of the URI.  
Public PropertyA scheme name followed by a colon. An empty string if there is no scheme.  
Public PropertyThe query information included in the URI.  
Public PropertyThe scheme name of the URI.  
Public PropertyGets the Scheme and Authority properties separated by a colon (:) and double forward slash (//) as needed. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Public PropertyThe application instance certificate issued to the server.  
Public PropertyThe encoded application instance certificate issued to the server.  
Public PropertyGets or sets the System.Uri instance for this resource descriptor. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Public PropertyA URL string of the resource.  
Public PropertySpecifies user's identity, using one or more user token infos, such as anonymous, user name, Kerberos, or X.509 certificate tokens.  
Public PropertyGets the UserName and Password properties separated by a colon (:). Not normally used with OPC UA - see the documentation!  
Public PropertyThe user name associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!  
Public PropertyThe server-specific policy Id to which the user identity token conforms to. Only used with synthesized endpoints.  
Top
Protected Properties
 NameDescription
Protected PropertyOverridden. Infrastructure. Infrastructure.  
Protected PropertyInfrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Protected PropertyInfrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Protected PropertyInfrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Top
See Also

Reference

UAEndpointDescriptor Class
OpcLabs.EasyOpc.UA Namespace