Method | Description | |
---|---|---|
UseForwardedHeaders ( this builder ) : IApplicationBuilder |
Forwards proxied headers onto current request
|
|
UseForwardedHeaders ( this builder, |
Forwards proxied headers onto current request
|
public static UseForwardedHeaders ( this builder ) : IApplicationBuilder | ||
builder | this | |
return | IApplicationBuilder |
public static UseForwardedHeaders ( this builder, |
||
builder | this | |
options | Enables the different forwarding options. | |
return | IApplicationBuilder |