Name | Description | |
---|---|---|
![]() | ApplicationConfiguration Constructor | Overloaded. |
The following tables list the members exposed by ApplicationConfiguration.
Name | Description | |
---|---|---|
![]() | ApplicationConfiguration Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ApplicationName | A descriptive name for the application (not necessarily unique). |
![]() | ApplicationType | The type of application. |
![]() | ApplicationUri | A unique identifier for the application instance. |
![]() | CertificateValidator | Gets or sets the certificate validator which is configured to use. |
![]() | ClientConfiguration | Additional configuration for client applications. |
![]() | DisableHiResClock | Disabling / enabling high resolution clock |
![]() | DiscoveryServerConfiguration | Additional configuration of the discovery server. |
![]() | ExtensionObjects | Storage for decoded extensions of the application. Used by ParseExtension if no matching XmlElement is found. |
![]() | 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. |
![]() | Properties | Gets a dictionary used to save state associated with the application. |
![]() | PropertiesLock | Gets an object used to synchronize access to the properties dictionary. |
![]() | 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. |
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<T> | Updates the extension. |
![]() | Validate | Ensures that the application configuration is valid. |