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

Glossary Item Box

The following tables list the members exposed by ApplicationConfiguration.

Public Constructors

 NameDescription
Public ConstructorApplicationConfiguration Constructor The default constructor.  
Top

Public Properties

 NameDescription
Public PropertyApplicationName A descriptive name for the the application (not necessarily unique).  
Public PropertyApplicationType The type of application.  
Public PropertyApplicationUri A unique identifier for the application instance.  
Public PropertyCertificateValidator Gets or sets a certificate validator created from the configuration.  
Public PropertyClientConfiguration Additional configuration for client applications.  
Public PropertyDisableHiResClock Disabling / enabling high resolution clock  
Public PropertyDiscoveryServerConfiguration Additional configuration of the discovery server.  
Public PropertyExtensions A bucket to store additional application specific configuration data.  
Public PropertyMessageContext Creates the message context from the configuration.  
Public PropertyProductUri A unique identifier for the product.  
Public PropertySecurityConfiguration The security configuration for the application.  
Public PropertyServerConfiguration Additional configuration for server applications.  
Public PropertySourceFilePath Gets the file that was used to load the configuration.  
Public PropertyTraceConfiguration Configuration of the trace and information about log file  
Public PropertyTransportConfigurations The transport configuration for the application.  
Public PropertyTransportQuotas The quotas that are used at the transport layer.  
Public PropertyUseNativeStack Gets or sets a value indicating whether the native (ANSI C) implementation of UA-TCP should be used.  
Top

Public Methods

 NameDescription
Public MethodCreateMessageContext Creates the message context from the configuration.  
Public Methodstatic (Shared in Visual Basic)GetFilePathFromAppConfig Reads the file path from the application configuration file.  
Public MethodGetServerDomainNames Returns the domain names which the server is configured to use.  
Public MethodInitialize Initializes the object during deserialization.  
Public Methodstatic (Shared in Visual Basic)LoadOverloaded.  Loads and validates the application configuration from a configuration section.  
Public MethodLoadCachedEndpointsOverloaded.  Loads the endpoints cached on disk.  
Public Methodstatic (Shared in Visual Basic)LoadWithNoValidation Loads but does not validate the application configuration from a configuration section.  
Public MethodParseExtensionOverloaded.  Looks for an extension with the specified type and uses the DataContractSerializer to parse it.  
Public MethodSaveToFile Saves the configuration file.  
Public MethodUpdateExtensionOverloaded.  Updates the extension.  
Public MethodValidate Ensures that the application configuration is valid.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.