Del via


IHttpForwarderExtensions Class

Definition

Extensions methods for IHttpForwarder.

public static class IHttpForwarderExtensions
type IHttpForwarderExtensions = class
Public Module IHttpForwarderExtensions
Inheritance
IHttpForwarderExtensions

Methods

SendAsync(IHttpForwarder, HttpContext, String, HttpMessageInvoker, ForwarderRequestConfig, Func<HttpContext,HttpRequestMessage,ValueTask>)

Forwards the incoming request to the destination server, and the response back to the client.

SendAsync(IHttpForwarder, HttpContext, String, HttpMessageInvoker, ForwarderRequestConfig)

Forwards the incoming request to the destination server, and the response back to the client.

SendAsync(IHttpForwarder, HttpContext, String, HttpMessageInvoker, Func<HttpContext,HttpRequestMessage,ValueTask>)

Forwards the incoming request to the destination server, and the response back to the client.

SendAsync(IHttpForwarder, HttpContext, String, HttpMessageInvoker)

Forwards the incoming request to the destination server, and the response back to the client.

Applies to