EasyUA Reference
ConfiguredEndpointCollection Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : ConfiguredEndpointCollection Class

Glossary Item Box

The following tables list the members exposed by ConfiguredEndpointCollection.

Public Constructors

 NameDescription
Public ConstructorConfiguredEndpointCollection ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCountGets the number of elements contained in the ICollection.  
Public PropertyDefaultConfiguration The default configuration for new ConfiguredEndpoints.  
Public PropertyDiscoveryUrls A list of well known urls that can be used for discovery.  
Public PropertyEndpoints The default configuration to use when connecting to an endpoint.  
Public PropertyIsReadOnlyGets a value indicating whether the ICollection is read-only.  
Public PropertyItemGets or sets the ConfiguredEndpoint at the specified index.  
Public PropertyKnownHosts A list of known hosts that can be used for discovery.  
Public PropertyTcpProxyUrl The URL of the UA TCP proxy server.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded.  Add the endpoint description to the cache.  
Public MethodClearRemoves all items from the ICollection.  
Public MethodClone Returns a deep copy of the collection.  
Public MethodContainsDetermines whether the ICollection contains a specific value.  
Public MethodCopyEndpoints Copies the endpoints.  
Public MethodCopyToCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodCreate Creates a new endpoint from a url that is not part of the collection.  
Public MethodGetEndpoints Returns the configured endpoints for the server uri.  
Public MethodGetEnumerator Returns an enumerator that iterates through the collection.  
Public MethodGetServers Returns the servers that are part of the collection.  
Public MethodIndexOfDetermines the index of a specific item in the IList.  
Public MethodInitialize Called by the .NET framework during deserialization.  
Public MethodInsertInserts an item to the IList at the specified index.  
Public Methodstatic (Shared in Visual Basic)LoadOverloaded.  Loads a collection of endpoints from a file and overrides the endpoint configuration.  
Public MethodRemove Removes the configured endpoint.  
Public MethodRemoveAtRemoves the IList item at the specified index.  
Public MethodRemoveServer Removes all endpoints for the specified server.  
Public MethodSaveOverloaded.  Saves a collection of endpoints the file that it was loaded from.  
Public MethodSetApplicationDescription Updates the server descrption for the endpoints.  
Public MethodUpdateEndpointsForServer Updates an endpoint with information from the server's discovery endpoint.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.