HttpModuleBase.InitializePropertiesFromConfiguration Method

Definition

When overridden in a derived class, initializes module properties based on values in the FederationConfiguration object that is in effect for it.

protected:
 abstract void InitializePropertiesFromConfiguration();
protected abstract void InitializePropertiesFromConfiguration ();
abstract member InitializePropertiesFromConfiguration : unit -> unit
Protected MustOverride Sub InitializePropertiesFromConfiguration ()

Remarks

When this method is called from the Init method, the FederationConfiguration property has already been initialized. You can get the configuration object that is in effect for this module from this property.

Applies to