HttpConfiguration.EnsureInitialized Method ()

 

Invoke the Intializer hook. It is considered immutable from this point forward. It's safe to call this multiple times.

Namespace:   System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public void EnsureInitialized()
public:
void EnsureInitialized()
member EnsureInitialized : unit -> unit
Public Sub EnsureInitialized

See Also

HttpConfiguration Class
System.Web.Http Namespace

Return to top