Opc.Ua.Core
ApplicationConfiguration Class Members
Properties  Methods 


Opc.Ua Namespace : ApplicationConfiguration Class

The following tables list the members exposed by ApplicationConfiguration.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property A descriptive name for the application (not necessarily unique).  
Public Property The type of application.  
Public Property A unique identifier for the application instance.  
Public Property Gets or sets the certificate validator which is configured to use.  
Public Property Additional configuration for client applications.  
Public Property Disabling / enabling high resolution clock  
Public Property Additional configuration of the discovery server.  
Public Property Storage for decoded extensions of the application. Used by ParseExtension if no matching XmlElement is found.  
Public Property A bucket to store additional application specific configuration data.  
Public Property Creates the message context from the configuration.  
Public Property A unique identifier for the product.  
Public Property Gets a dictionary used to save state associated with the application.  
Public Property Gets an object used to synchronize access to the properties dictionary.  
Public Property The security configuration for the application.  
Public Property Additional configuration for server applications.  
Public Property Gets the file that was used to load the configuration.  
Public Property Configuration of the trace and information about log file  
Public Property The transport configuration for the application.  
Public Property The quotas that are used at the transport layer.  
Top
Public Methods
 NameDescription
Public Method Creates the message context from the configuration.  
Public Methodstatic (Shared in Visual Basic) Reads the file path from the application configuration file.  
Public Method Returns the domain names which the server is configured to use.  
Public Method Initializes the object during deserialization.  
Public Methodstatic (Shared in Visual Basic)Overloaded.  Loads and validates the application configuration from a configuration section.  
Public MethodOverloaded.  Loads the endpoints cached on disk.  
Public Methodstatic (Shared in Visual Basic) Loads but does not validate the application configuration from a configuration section.  
Public MethodOverloaded.  Looks for an extension with the specified type and uses the DataContractSerializer to parse it.  
Public Method Saves the configuration file.  
Public Method Updates the extension.  
Public Method Ensures that the application configuration is valid.  
Top
See Also

Reference

ApplicationConfiguration Class
Opc.Ua Namespace