The following tables list the members exposed by ApplicationConfiguration.
Name | Description | |
---|---|---|
![]() | ApplicationConfiguration Constructor | The default constructor. |
Name | Description | |
---|---|---|
![]() | ApplicationName | A descriptive name for the the application (not necessarily unique). |
![]() | ApplicationType | The type of application. |
![]() | ApplicationUri | A unique identifier for the application instance. |
![]() | CertificateValidator | Gets or sets a certificate validator created from the configuration. |
![]() | ClientConfiguration | Additional configuration for client applications. |
![]() | DisableHiResClock | Disabling / enabling high resolution clock |
![]() | DiscoveryServerConfiguration | Additional configuration of the discovery server. |
![]() | Extensions | A bucket to store additional application specific configuration data. |
![]() | MessageContext | Creates the message context from the configuration. |
![]() | ProductUri | A unique identifier for the product. |
![]() | SecurityConfiguration | The security configuration for the application. |
![]() | ServerConfiguration | Additional configuration for server applications. |
![]() | SourceFilePath | Gets the file that was used to load the configuration. |
![]() | TraceConfiguration | Configuration of the trace and information about log file |
![]() | TransportConfigurations | The transport configuration for the application. |
![]() | TransportQuotas | The quotas that are used at the transport layer. |
![]() | UseNativeStack | Gets or sets a value indicating whether the native (ANSI C) implementation of UA-TCP should be used. |
Name | Description | |
---|---|---|
![]() | CreateMessageContext | Creates the message context from the configuration. |
![]() ![]() | GetFilePathFromAppConfig | Reads the file path from the application configuration file. |
![]() | GetServerDomainNames | Returns the domain names which the server is configured to use. |
![]() | Initialize | Initializes the object during deserialization. |
![]() ![]() | Load | Overloaded. Loads and validates the application configuration from a configuration section. |
![]() | LoadCachedEndpoints | Overloaded. Loads the endpoints cached on disk. |
![]() ![]() | LoadWithNoValidation | Loads but does not validate the application configuration from a configuration section. |
![]() | ParseExtension | Overloaded. Looks for an extension with the specified type and uses the DataContractSerializer to parse it. |
![]() | SaveToFile | Saves the configuration file. |
![]() | UpdateExtension | Overloaded. Updates the extension. |
![]() | Validate | Ensures that the application configuration is valid. |