Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The ApplicationConfiguration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ApplicationConfiguration |
The default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| CreateMessageContext |
Creates the message context from the configuration.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetFilePathFromAppConfig |
Reads the file path from the application configuration file.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetServerDomainNames |
Returns the domain names which the server is configured to use.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Load(String, ApplicationType) |
Loads and validates the application configuration from a configuration section.
| |
| Load(FileInfo, ApplicationType, Type) |
Loads and validates the application configuration from a configuration section.
| |
| Load(String, ApplicationType, Type) |
Loads and validates the application configuration from a configuration section.
| |
| Load(FileInfo, ApplicationType, Type, Boolean) |
Loads and validates the application configuration from a configuration section.
| |
| LoadCachedEndpoints(Boolean) |
Loads the endpoints cached on disk.
| |
| LoadCachedEndpoints(Boolean, Boolean) |
Loads the endpoints cached on disk.
| |
| LoadWithNoValidation |
Loads but does not validate the application configuration from a configuration section.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ParseExtension<(Of <<'(T>)>>)()()()() |
Looks for an extension with the specified type and uses the DataContractSerializer to parse it.
| |
| ParseExtension<(Of <<'(T>)>>)(XmlQualifiedName) |
Looks for an extension with the specified type and uses the DataContractSerializer to parse it.
| |
| SaveToFile |
Saves the configuration file.
| |
| ToString | (Inherited from Object.) | |
| UpdateExtension(Type, Object) | Obsolete.
Updates the extension.
| |
| UpdateExtension<(Of <<'(T>)>>)(XmlQualifiedName, Object) |
Updates the extension.
| |
| Validate |
Ensures that the application configuration is valid.
|
Properties
| 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 |
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 | Obsolete.
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 |
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.
|