C# Class Microsoft.AspNetCore.Builder.ProxyExtension

Afficher le fichier Open project: aspnet/Proxy

Méthodes publiques

Méthode Description
RunProxy ( this app ) : IApplicationBuilder

Sends request to remote server as specified in options

RunProxy ( this app, ProxyOptions options ) : IApplicationBuilder

Sends request to remote server as specified in options

Method Details

RunProxy() public static méthode

Sends request to remote server as specified in options
public static RunProxy ( this app ) : IApplicationBuilder
app this
Résultat IApplicationBuilder

RunProxy() public static méthode

Sends request to remote server as specified in options
public static RunProxy ( this app, ProxyOptions options ) : IApplicationBuilder
app this
options ProxyOptions Options for setting port, host, and scheme
Résultat IApplicationBuilder