| StartupSettingsGlobalConfigurationCallback Property |
Custom delegate for configure host web application by method Configure(ActionHttpConfiguration).
Namespace:
ASDSoft.WebSigner.Server.AspNet
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax public Action<HttpConfiguration> GlobalConfigurationCallback { get; set; }
Property Value
Type:
ActionHttpConfigurationRemarks
If host application has own configuration, than set delegate for calling Configure(ActionHttpConfiguration) to this property instead direct call method Configure(ActionHttpConfiguration).
See Also