KestrelServer.Start<TContext>(IHttpApplication<TContext>) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
generic <typename TContext>
virtual void Start(Microsoft::AspNetCore::Hosting::Server::IHttpApplication<TContext> ^ application);
public void Start<TContext> (Microsoft.AspNetCore.Hosting.Server.IHttpApplication<TContext> application);
abstract member Start : Microsoft.AspNetCore.Hosting.Server.IHttpApplication<'Context> -> unit
override this.Start : Microsoft.AspNetCore.Hosting.Server.IHttpApplication<'Context> -> unit
Public Sub Start(Of TContext) (application As IHttpApplication(Of TContext))
Typparameter
- TContext
Parameter
- application
- IHttpApplication<TContext>