OPC Labs Base Library
EndpointDescriptor Interface Members
OpcLabs_BaseLib ActiveX DLL > ObjectDescriptor Object : EndpointDescriptor Interface
Description
Contains data defining an endpoint.

 

IID (Interface ID): 918a5091-6735-41e0-985b-9c8114b50bff

 

For more information, see _EndpointDescriptor in .NET Reference.

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.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

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.

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.

The fragment portion of the URI.

 

DISPID (Dispatch ID):

 

For more information, see Fragment 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.

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.

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.

Remarks

For remarks, see _EndpointDescriptor in .NET Reference.

See Also

ObjectDescriptor Object