Click or drag to resize

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
C#
public Action<HttpConfiguration> GlobalConfigurationCallback { get; set; }

Property Value

Type: ActionHttpConfiguration
Remarks
If host application has own configuration, than set delegate for calling Configure(ActionHttpConfiguration) to this property instead direct call method Configure(ActionHttpConfiguration).
See Also