Share via


WebApplicationFactory<TEntryPoint>.StartServer Method

Definition

Initializes the instance by configurating the host builder.

public void StartServer();
member this.StartServer : unit -> unit
Public Sub StartServer ()

Exceptions

Thrown if the provided TEntryPoint type has no factory method.

Applies to