WebApplicationFactory<TEntryPoint>.StartServer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.