QuickOPC User's Guide and Reference
UAEndpointDescriptor Class Members
Fields  Properties  Methods  Events


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

The following tables list the members exposed by UAEndpointDescriptor.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Fields
 NameDescription
Public FieldDefault authority. An empty string.  
Public FieldDefault value of the DescriptorString property.  
Public FieldDefault URI fragment. An empty string.  
Public FieldDefault URI host. An empty string.  
Public FieldDefault URI password. An empty string.  
Public FieldDefault URI path. An empty string.  
Public FieldDefault path and query. An empty string.  
Public FieldDefault prefix. Equals to "opc.tcp:".  
Public FieldDefault URI query. An empty string.  
Public FieldDefault URI scheme. Equals to "opc.tcp".  
Public FieldDefault URL string of the resource. Equals to "opc.tcp:/".  
Public FieldDefault user info. An empty string.  
Public FieldDefault URI user name. An empty string.  
Top
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
Public Methods
 NameDescription
Public MethodOverridden.   
Public MethodOverloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object.Determines whether the specified System.Object is equal to the current object.Determines whether the specified System.Object is equal to the current object.  
Public Methodstatic (Shared in Visual Basic)Converts a string to an endpoint descriptor.  
Public Methodstatic (Shared in Visual Basic)Converts a System.Uri to an endpoint descriptor.  
Public MethodOverridden. Serves as the default hash function. Serves as a hash function for a particular type. Serves as a hash function for a particular type. Serves as a hash function for a particular type.  
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Creates a descriptor string from the given URI and an optional endpoint selection policy.  
Public Method (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodSets the encoded application instance certificate issued to the server.  
Public MethodOverridden. Returns a string that represents the current object.Returns a string that represents the current object. Returns a string that represents the current resource descriptor. Returns a string that represents the current endpoint descriptor.  
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Info)
Top
Protected Methods
 NameDescription
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Protected MethodOverridden. Infrastructure. Infrastructure. Infrastructure. Infrastructure.  
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Protected MethodOverridden. Infrastructure. Infrastructure. Infrastructure. Infrastructure.  
Protected MethodOverridden. Infrastructure. Infrastructure. Infrastructure. Infrastructure.  
Top
Extension Methods
 NameDescription
Public Extension MethodCreates a copy of an endpoint descriptor, with the anonymous identity enabled.
Public Extension MethodOverloaded. Creates a copy of an endpoint descriptor, with user identity specified by Kerberos.
Public Extension MethodCreates a copy of an endpoint descriptor, with specified user name identity.
Public Extension MethodCreates a copy of an endpoint descriptor, with user name identity given by X.509 certificate.
Top
Public Events
 NameDescription
Public EventHandler for System.ComponentModel.INotifyPropertyChanged.PropertyChanged. (Inherited from OpcLabs.BaseLib.ResourceDescriptor)
Top
Public Operators
Determines whether the two objects are equal.
Overloaded. Converts a System.String to an endpoint descriptor.
Determines whether the two objects are not equal.
Top
See Also

Reference

UAEndpointDescriptor Class
OpcLabs.EasyOpc.UA Namespace