ProxyExtension.RunProxy Methode

Definition

Überlädt

RunProxy(IApplicationBuilder)

Sendet die Anforderung an den Remoteserver, wie in den Optionen angegeben

RunProxy(IApplicationBuilder, ProxyOptions)

Sendet die Anforderung an den Remoteserver, wie in den Optionen angegeben

RunProxy(IApplicationBuilder)

Sendet die Anforderung an den Remoteserver, wie in den Optionen angegeben

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ RunProxy(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder RunProxy (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member RunProxy : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function RunProxy (app As IApplicationBuilder) As IApplicationBuilder

Parameter

Gibt zurück

Gilt für:

RunProxy(IApplicationBuilder, ProxyOptions)

Sendet die Anforderung an den Remoteserver, wie in den Optionen angegeben

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ RunProxy(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Builder::ProxyOptions ^ options);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder RunProxy (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Builder.ProxyOptions options);
static member RunProxy : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Builder.ProxyOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function RunProxy (app As IApplicationBuilder, options As ProxyOptions) As IApplicationBuilder

Parameter

options
ProxyOptions

Optionen zum Festlegen von Port, Host und Schema

Gibt zurück

Gilt für: