Class ReverseProxyApplicationBuilder
Inheritance
System.Object
ReverseProxyApplicationBuilder
Implements
IApplicationBuilder
Assembly: Yarp.ReverseProxy.dll
Syntax
public class ReverseProxyApplicationBuilder : object, IReverseProxyApplicationBuilder
Constructors
|
Improve this Doc
View Source
ReverseProxyApplicationBuilder(IApplicationBuilder)
Declaration
public ReverseProxyApplicationBuilder(IApplicationBuilder applicationBuilder)
Parameters
Type |
Name |
Description |
IApplicationBuilder |
applicationBuilder |
|
Properties
|
Improve this Doc
View Source
ApplicationServices
Declaration
public IServiceProvider ApplicationServices { get; set; }
Property Value
Type |
Description |
IServiceProvider |
|
|
Improve this Doc
View Source
Properties
Declaration
public IDictionary<string, object?> Properties { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.Nullable<System.Object>> |
|
|
Improve this Doc
View Source
ServerFeatures
Declaration
public IFeatureCollection ServerFeatures { get; }
Property Value
Type |
Description |
IFeatureCollection |
|
Methods
|
Improve this Doc
View Source
Build()
Declaration
public RequestDelegate Build()
Returns
Type |
Description |
RequestDelegate |
|
|
Improve this Doc
View Source
New()
Declaration
public IApplicationBuilder New()
Returns
Type |
Description |
IApplicationBuilder |
|
|
Improve this Doc
View Source
Use(Func<RequestDelegate, RequestDelegate>)
Declaration
public IApplicationBuilder Use(Func<RequestDelegate, RequestDelegate> middleware)
Parameters
Type |
Name |
Description |
Func<RequestDelegate, RequestDelegate> |
middleware |
|
Returns
Type |
Description |
IApplicationBuilder |
|
Implements
IApplicationBuilder