ServiceHostBase.ApplyConfiguration Method

Definition

Loads the service description information from the configuration file and applies it to the runtime being constructed.

protected:
 virtual void ApplyConfiguration();
protected virtual void ApplyConfiguration ();
abstract member ApplyConfiguration : unit -> unit
override this.ApplyConfiguration : unit -> unit
Protected Overridable Sub ApplyConfiguration ()

Exceptions

The description of the service hosted is null.

Applies to