Skip to content

Commit

Permalink
Rebuild docs for release #515
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Nov 12, 2020
1 parent 7e06b64 commit 26b7b65
Show file tree
Hide file tree
Showing 97 changed files with 4,132 additions and 7,431 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,54 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/microsoft/reverse-proxy/new/master/apiSpec/new?filename=Microsoft_AspNetCore_Builder_ProxyMiddlewareAppBuilderExtensions_UsePassiveHealthChecks_Microsoft_AspNetCore_Builder_IApplicationBuilder_.md&amp;value=---%0Auid%3A%20Microsoft.AspNetCore.Builder.ProxyMiddlewareAppBuilderExtensions.UsePassiveHealthChecks(Microsoft.AspNetCore.Builder.IApplicationBuilder)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Middleware/ProxyMiddlewareAppBuilderExtensions.cs/#L45">View Source</a>
</span>
<a id="Microsoft_AspNetCore_Builder_ProxyMiddlewareAppBuilderExtensions_UsePassiveHealthChecks_" data-uid="Microsoft.AspNetCore.Builder.ProxyMiddlewareAppBuilderExtensions.UsePassiveHealthChecks*"></a>
<h4 id="Microsoft_AspNetCore_Builder_ProxyMiddlewareAppBuilderExtensions_UsePassiveHealthChecks_Microsoft_AspNetCore_Builder_IApplicationBuilder_" data-uid="Microsoft.AspNetCore.Builder.ProxyMiddlewareAppBuilderExtensions.UsePassiveHealthChecks(Microsoft.AspNetCore.Builder.IApplicationBuilder)">UsePassiveHealthChecks(IApplicationBuilder)</h4>
<div class="markdown level1 summary"><p>Passively checks destinations health by watching for successes and failures in client request proxying.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IApplicationBuilder UsePassiveHealthChecks(this IApplicationBuilder builder)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/microsoft.aspnetcore.builder.iapplicationbuilder">IApplicationBuilder</a></td>
<td><span class="parametername">builder</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/microsoft.aspnetcore.builder.iapplicationbuilder">IApplicationBuilder</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/microsoft/reverse-proxy/new/master/apiSpec/new?filename=Microsoft_AspNetCore_Builder_ProxyMiddlewareAppBuilderExtensions_UseProxyLoadBalancing_Microsoft_AspNetCore_Builder_IApplicationBuilder_.md&amp;value=---%0Auid%3A%20Microsoft.AspNetCore.Builder.ProxyMiddlewareAppBuilderExtensions.UseProxyLoadBalancing(Microsoft.AspNetCore.Builder.IApplicationBuilder)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h5 class="parameters">Parameters</h5>
<a href="https://github.com/microsoft/reverse-proxy/new/master/apiSpec/new?filename=Microsoft_AspNetCore_Builder_ReverseProxyIEndpointRouteBuilderExtensions_MapReverseProxy_Microsoft_AspNetCore_Routing_IEndpointRouteBuilder_System_Action_Microsoft_AspNetCore_Builder_IApplicationBuilder__.md&amp;value=---%0Auid%3A%20Microsoft.AspNetCore.Builder.ReverseProxyIEndpointRouteBuilderExtensions.MapReverseProxy(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder%2CSystem.Action%7BMicrosoft.AspNetCore.Builder.IApplicationBuilder%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/ReverseProxyIEndpointRouteBuilderExtensions.cs/#L36">View Source</a>
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/ReverseProxyIEndpointRouteBuilderExtensions.cs/#L37">View Source</a>
</span>
<a id="Microsoft_AspNetCore_Builder_ReverseProxyIEndpointRouteBuilderExtensions_MapReverseProxy_" data-uid="Microsoft.AspNetCore.Builder.ReverseProxyIEndpointRouteBuilderExtensions.MapReverseProxy*"></a>
<h4 id="Microsoft_AspNetCore_Builder_ReverseProxyIEndpointRouteBuilderExtensions_MapReverseProxy_Microsoft_AspNetCore_Routing_IEndpointRouteBuilder_System_Action_Microsoft_AspNetCore_Builder_IApplicationBuilder__" data-uid="Microsoft.AspNetCore.Builder.ReverseProxyIEndpointRouteBuilderExtensions.MapReverseProxy(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.Action{Microsoft.AspNetCore.Builder.IApplicationBuilder})">MapReverseProxy(IEndpointRouteBuilder, Action&lt;IApplicationBuilder&gt;)</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3 id="methods">Methods
<a href="https://github.com/microsoft/reverse-proxy/new/master/apiSpec/new?filename=Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_AddHttpProxy_Microsoft_Extensions_DependencyInjection_IServiceCollection_.md&amp;value=---%0Auid%3A%20Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.AddHttpProxy(Microsoft.Extensions.DependencyInjection.IServiceCollection)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/DependencyInjection/ReverseProxyServiceCollectionExtensions.cs/#L24">View Source</a>
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/DependencyInjection/ReverseProxyServiceCollectionExtensions.cs/#L25">View Source</a>
</span>
<a id="Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_AddHttpProxy_" data-uid="Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.AddHttpProxy*"></a>
<h4 id="Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_AddHttpProxy_Microsoft_Extensions_DependencyInjection_IServiceCollection_" data-uid="Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.AddHttpProxy(Microsoft.Extensions.DependencyInjection.IServiceCollection)">AddHttpProxy(IServiceCollection)</h4>
Expand Down Expand Up @@ -167,7 +167,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/microsoft/reverse-proxy/new/master/apiSpec/new?filename=Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_AddProxyConfigFilter__1_Microsoft_Extensions_DependencyInjection_IReverseProxyBuilder_.md&amp;value=---%0Auid%3A%20Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.AddProxyConfigFilter%60%601(Microsoft.Extensions.DependencyInjection.IReverseProxyBuilder)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/DependencyInjection/ReverseProxyServiceCollectionExtensions.cs/#L69">View Source</a>
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/DependencyInjection/ReverseProxyServiceCollectionExtensions.cs/#L74">View Source</a>
</span>
<a id="Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_AddProxyConfigFilter_" data-uid="Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.AddProxyConfigFilter*"></a>
<h4 id="Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_AddProxyConfigFilter__1_Microsoft_Extensions_DependencyInjection_IReverseProxyBuilder_" data-uid="Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.AddProxyConfigFilter``1(Microsoft.Extensions.DependencyInjection.IReverseProxyBuilder)">AddProxyConfigFilter&lt;TService&gt;(IReverseProxyBuilder)</h4>
Expand All @@ -177,6 +177,7 @@ <h4 id="Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionEx
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IReverseProxyBuilder AddProxyConfigFilter&lt;TService&gt;(this IReverseProxyBuilder builder)

where TService : class, IProxyConfigFilter</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
Expand Down Expand Up @@ -232,7 +233,7 @@ <h5 class="typeParameters">Type Parameters</h5>
<a href="https://github.com/microsoft/reverse-proxy/new/master/apiSpec/new?filename=Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_AddReverseProxy_Microsoft_Extensions_DependencyInjection_IServiceCollection_.md&amp;value=---%0Auid%3A%20Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.AddReverseProxy(Microsoft.Extensions.DependencyInjection.IServiceCollection)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/DependencyInjection/ReverseProxyServiceCollectionExtensions.cs/#L33">View Source</a>
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/DependencyInjection/ReverseProxyServiceCollectionExtensions.cs/#L35">View Source</a>
</span>
<a id="Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_AddReverseProxy_" data-uid="Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.AddReverseProxy*"></a>
<h4 id="Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_AddReverseProxy_Microsoft_Extensions_DependencyInjection_IServiceCollection_" data-uid="Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.AddReverseProxy(Microsoft.Extensions.DependencyInjection.IServiceCollection)">AddReverseProxy(IServiceCollection)</h4>
Expand Down Expand Up @@ -280,7 +281,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/microsoft/reverse-proxy/new/master/apiSpec/new?filename=Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_LoadFromConfig_Microsoft_Extensions_DependencyInjection_IReverseProxyBuilder_Microsoft_Extensions_Configuration_IConfiguration_.md&amp;value=---%0Auid%3A%20Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.LoadFromConfig(Microsoft.Extensions.DependencyInjection.IReverseProxyBuilder%2CMicrosoft.Extensions.Configuration.IConfiguration)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/DependencyInjection/ReverseProxyServiceCollectionExtensions.cs/#L56">View Source</a>
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/DependencyInjection/ReverseProxyServiceCollectionExtensions.cs/#L58">View Source</a>
</span>
<a id="Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_LoadFromConfig_" data-uid="Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.LoadFromConfig*"></a>
<h4 id="Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions_LoadFromConfig_Microsoft_Extensions_DependencyInjection_IReverseProxyBuilder_Microsoft_Extensions_Configuration_IConfiguration_" data-uid="Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions.LoadFromConfig(Microsoft.Extensions.DependencyInjection.IReverseProxyBuilder,Microsoft.Extensions.Configuration.IConfiguration)">LoadFromConfig(IReverseProxyBuilder, IConfiguration)</h4>
Expand Down Expand Up @@ -339,7 +340,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/microsoft/reverse-proxy/new/master/apiSpec/new?filename=Microsoft_Extensions_DependencyInjection_ReverseProxyServiceCollectionExtensions.md&amp;value=---%0Auid%3A%20Microsoft.Extensions.DependencyInjection.ReverseProxyServiceCollectionExtensions%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/DependencyInjection/ReverseProxyServiceCollectionExtensions.cs/#L19" class="contribution-link">View Source</a>
<a href="https://github.com/microsoft/reverse-proxy/blob/master/src/ReverseProxy/Configuration/DependencyInjection/ReverseProxyServiceCollectionExtensions.cs/#L20" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit 26b7b65

Please sign in to comment.