OPC Labs EasyOPC-UA Library
UAEndpointDescriptor Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UAEndpointDescriptor Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Sets the encoded application instance certificate issued to the server.

 

DISPID (Dispatch ID):

 

For more information, see SetServerCertificateByteArray in .NET Reference.

Public Properties
Name of the alias to be used in place of this object. Empty string if the object is not aliased.

 

DISPID (Dispatch ID):

 

For more information, see AliasName in .NET Reference.

An authority part of the resource URI.

 

DISPID (Dispatch ID):

 

For more information, see Authority in .NET Reference.

Determines which server certificates are accepted.

 

DISPID (Dispatch ID):

 

For more information, see CertificateAcceptancePolicy in .NET Reference.

The sub-id of the certificate. Normally an empty string.

 

DISPID (Dispatch ID):

 

For more information, see CertificateSubId in .NET Reference.

A string that represents the resource descriptor or its relevant parts.

 

DISPID (Dispatch ID):

 

For more information, see DescriptorString in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Determines how the UA client chooses the endpoint from the endpoints provided by the UA server.

 

DISPID (Dispatch ID):

 

For more information, see EndpointSelectionPolicy in .NET Reference.

The fragment portion of the URI.

 

DISPID (Dispatch ID):

 

For more information, see Fragment in .NET Reference.

Determines whether the server's instance certificate is included with the endpoint descriptor.

 

DISPID (Dispatch ID):

 

For more information, see HasServerCertificate in .NET Reference.

The Domain Name System (DNS) host name or IP address of a server.

 

DISPID (Dispatch ID):

 

For more information, see Host in .NET Reference.

Determines whether this object is aliased.

 

DISPID (Dispatch ID):

 

For more information, see IsAliased in .NET Reference.

Determines whether the resource descriptor is null.

 

DISPID (Dispatch ID):

 

For more information, see IsNull in .NET Reference.

Security settings used when connecting to the endpoint.

 

DISPID (Dispatch ID):

 

For more information, see NetworkSecurity in .NET Reference.

The password associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!

 

DISPID (Dispatch ID):

 

For more information, see Password in .NET Reference.

The path to the resource referenced by the URI.

 

DISPID (Dispatch ID):

 

For more information, see Path in .NET Reference.

Gets the concatenated Path and Query properties.

 

DISPID (Dispatch ID):

 

For more information, see PathAndQuery in .NET Reference.

The port number of the URI.

 

DISPID (Dispatch ID):

 

For more information, see Port in .NET Reference.

A scheme name followed by a colon. An empty string if there is no scheme.

 

DISPID (Dispatch ID):

 

For more information, see Prefix in .NET Reference.

The query information included in the URI.

 

DISPID (Dispatch ID):

 

For more information, see Query in .NET Reference.

The scheme name of the URI.

 

DISPID (Dispatch ID):

 

For more information, see Scheme in .NET Reference.

Gets the Scheme and Authority properties separated by a colon (:) and double forward slash (//) as needed.

 

DISPID (Dispatch ID):

 

For more information, see SchemeAndAuthority in .NET Reference.

The application instance certificate issued to the server.

 

DISPID (Dispatch ID):

 

For more information, see ServerCertificate in .NET Reference.

The encoded application instance certificate issued to the server.

 

DISPID (Dispatch ID):

 

For more information, see ServerCertificateByteArray in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

A URL string of the resource.

 

DISPID (Dispatch ID):

 

For more information, see UrlString in .NET Reference.

Specifies user's identity, using one or more user token infos.

 

DISPID (Dispatch ID):

 

For more information, see UserIdentity in .NET Reference.

Gets the UserName and Password properties separated by a colon (:). Not normally used with OPC UA - see the documentation!

 

DISPID (Dispatch ID):

 

For more information, see UserInfo in .NET Reference.

The user name associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation!

 

DISPID (Dispatch ID):

 

For more information, see UserName in .NET Reference.

The server-specific policy Id to which the user identity token conforms to. Only used with synthesized endpoints.

 

DISPID (Dispatch ID):

 

For more information, see UserTokenPolicyId in .NET Reference.

See Also

UAEndpointDescriptor Object