ConnectionsRouteBuilder.MapConnections Methode

Definition

Überlädt

MapConnections(PathString, Action<IConnectionBuilder>)

Ordnet eingehende Anforderungen mit dem angegebenen Pfad der bereitgestellten Verbindungspipeline zu.

MapConnections(PathString, HttpConnectionDispatcherOptions, Action<IConnectionBuilder>)

Ordnet eingehende Anforderungen mit dem angegebenen Pfad der bereitgestellten Verbindungspipeline zu.

MapConnections(PathString, Action<IConnectionBuilder>)

Quelle:
ConnectionsRouteBuilder.cs
Quelle:
ConnectionsRouteBuilder.cs

Ordnet eingehende Anforderungen mit dem angegebenen Pfad der bereitgestellten Verbindungspipeline zu.

public:
 void MapConnections(Microsoft::AspNetCore::Http::PathString path, Action<Microsoft::AspNetCore::Connections::IConnectionBuilder ^> ^ configure);
public void MapConnections (Microsoft.AspNetCore.Http.PathString path, Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> configure);
member this.MapConnections : Microsoft.AspNetCore.Http.PathString * Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> -> unit
Public Sub MapConnections (path As PathString, configure As Action(Of IConnectionBuilder))

Parameter

path
PathString

Der Anforderungspfad.

configure
Action<IConnectionBuilder>

Ein Rückruf zum Konfigurieren der Verbindung.

Gilt für:

MapConnections(PathString, HttpConnectionDispatcherOptions, Action<IConnectionBuilder>)

Quelle:
ConnectionsRouteBuilder.cs
Quelle:
ConnectionsRouteBuilder.cs

Ordnet eingehende Anforderungen mit dem angegebenen Pfad der bereitgestellten Verbindungspipeline zu.

public:
 void MapConnections(Microsoft::AspNetCore::Http::PathString path, Microsoft::AspNetCore::Http::Connections::HttpConnectionDispatcherOptions ^ options, Action<Microsoft::AspNetCore::Connections::IConnectionBuilder ^> ^ configure);
public void MapConnections (Microsoft.AspNetCore.Http.PathString path, Microsoft.AspNetCore.Http.Connections.HttpConnectionDispatcherOptions options, Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> configure);
member this.MapConnections : Microsoft.AspNetCore.Http.PathString * Microsoft.AspNetCore.Http.Connections.HttpConnectionDispatcherOptions * Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> -> unit
Public Sub MapConnections (path As PathString, options As HttpConnectionDispatcherOptions, configure As Action(Of IConnectionBuilder))

Parameter

path
PathString

Der Anforderungspfad.

options
HttpConnectionDispatcherOptions

Optionen, die zum Konfigurieren der Verbindung verwendet werden.

configure
Action<IConnectionBuilder>

Ein Rückruf zum Konfigurieren der Verbindung.

Gilt für: