TestServer.IServer.Start<TContext> 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.
generic <typename TContext>
 virtual void Microsoft.AspNetCore.Hosting.Server.IServer.Start(Microsoft::AspNetCore::Hosting::Server::IHttpApplication<TContext> ^ application) = Microsoft::AspNetCore::Hosting::Server::IServer::Start;
	void IServer.Start<TContext>(Microsoft.AspNetCore.Hosting.Server.IHttpApplication<TContext> application);
	abstract member Microsoft.AspNetCore.Hosting.Server.IServer.Start : Microsoft.AspNetCore.Hosting.Server.IHttpApplication<'Context> -> unit
override this.Microsoft.AspNetCore.Hosting.Server.IServer.Start : Microsoft.AspNetCore.Hosting.Server.IHttpApplication<'Context> -> unit
	Sub Start(Of TContext) (application As IHttpApplication(Of TContext)) Implements IServer.Start
    Type Parameters
- TContext
 
Parameters
- application
 - IHttpApplication<TContext>