Connectivity Software User's Guide and Reference
UAEndpointDescriptor Class
Members 



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA Namespace : UAEndpointDescriptor Class
Contains data defining a connection to the OPC-UA Server (mainly, its URL string).
Object Model
UAEndpointDescriptor ClassUAEndpointSelectionPolicy ClassUAEndpointDescriptor ClassIPkiCertificate InterfaceUserIdentityInfo Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptor)>
<ComVisibleAttribute(True)>
<GuidAttribute("F4773A26-7A58-4349-8326-873629FC483F")>
<TypeConverterAttribute(OpcLabs.EasyOpc.UA.Implementation.UAEndpointDescriptorConverter)>
<ValueControlAttribute("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.84.192.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=False, 
   Export=True, 
   PageId=10001)>
<SerializableAttribute()>
Public NotInheritable Class UAEndpointDescriptor 
   Inherits OpcLabs.BaseLib.EndpointDescriptor
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.Aliasing.ComTypes._Aliasable, OpcLabs.BaseLib.Aliasing.IAliasable, OpcLabs.BaseLib.ComTypes._EndpointDescriptor, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.ComTypes._ResourceDescriptor, OpcLabs.BaseLib.Text.IStringListSerializable, OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptor, System.ComponentModel.INotifyPropertyChanged, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As UAEndpointDescriptor
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptor)]
[ComVisible(true)]
[Guid("F4773A26-7A58-4349-8326-873629FC483F")]
[TypeConverter(OpcLabs.EasyOpc.UA.Implementation.UAEndpointDescriptorConverter)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.84.192.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=false, 
   Export=true, 
   PageId=10001)]
[Serializable()]
public sealed class UAEndpointDescriptor : OpcLabs.BaseLib.EndpointDescriptor, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.Aliasing.ComTypes._Aliasable, OpcLabs.BaseLib.Aliasing.IAliasable, OpcLabs.BaseLib.ComTypes._EndpointDescriptor, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.ComTypes._ResourceDescriptor, OpcLabs.BaseLib.Text.IStringListSerializable, OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptor, System.ComponentModel.INotifyPropertyChanged, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptor)]
[ComVisible(true)]
[Guid("F4773A26-7A58-4349-8326-873629FC483F")]
[TypeConverter(OpcLabs.EasyOpc.UA.Implementation.UAEndpointDescriptorConverter)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.84.192.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=false, 
   Export=true, 
   PageId=10001)]
[Serializable()]
public ref class UAEndpointDescriptor sealed : public OpcLabs.BaseLib.EndpointDescriptor, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.Aliasing.ComTypes._Aliasable, OpcLabs.BaseLib.Aliasing.IAliasable, OpcLabs.BaseLib.ComTypes._EndpointDescriptor, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.ComTypes._ResourceDescriptor, OpcLabs.BaseLib.Text.IStringListSerializable, OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptor, System.ComponentModel.INotifyPropertyChanged, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Remarks

Represents a descriptor that defines the connection parameters to an OPC UA server endpoint. This includes the endpoint's URL, security configuration, and other options that may be required to establish a connection.

An implicit conversion from a System.String containing the URL of the endpoint exists. It is therefore common to specify UAEndpointDescriptor-s as strings, relying on the implicit conversion.

EndPoint:
"a physical address available on a network that allows Clients to access one or more Services provided by a Server."
REMARK: "Each Server may have multiple Endpoints. The address of an Endpoint shall include a HostName."

There are implicit conversions to this type from:

Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.Info
         OpcLabs.BaseLib.ResourceDescriptor
            OpcLabs.BaseLib.EndpointDescriptor
               OpcLabs.EasyOpc.UA.UAEndpointDescriptor

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also