Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Jan 18, 2024
1 parent a2ad635 commit f869621
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
32 changes: 32 additions & 0 deletions api/Refitter.Core.DependencyInjectionSettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,38 @@ <h4 class="section">Property Value</h4>



<a id="Refitter_Core_DependencyInjectionSettings_ExtensionMethodName_" data-uid="Refitter.Core.DependencyInjectionSettings.ExtensionMethodName*"></a>

<h3 id="Refitter_Core_DependencyInjectionSettings_ExtensionMethodName" data-uid="Refitter.Core.DependencyInjectionSettings.ExtensionMethodName">
ExtensionMethodName
<a class="header-action link-secondary" title="View source" href="https://github.com/christianhelle/refitter/blob/main/src/Refitter.Core/Settings/DependencyInjectionSettings.cs/#L38"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Name of IServiceCollection Extension Method. Default is ConfigureRefitClients</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string ExtensionMethodName { get; set; }</code></pre>
</div>





<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd>Dependency Injection settings describing how the Refit client should be configured. This can be used to configure the HttpClient pipeline with additional handlers</dd>
</dl>








<a id="Refitter_Core_DependencyInjectionSettings_FirstBackoffRetryInSeconds_" data-uid="Refitter.Core.DependencyInjectionSettings.FirstBackoffRetryInSeconds*"></a>

<h3 id="Refitter_Core_DependencyInjectionSettings_FirstBackoffRetryInSeconds" data-uid="Refitter.Core.DependencyInjectionSettings.FirstBackoffRetryInSeconds">
Expand Down
13 changes: 13 additions & 0 deletions xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,19 @@ references:
isSpec: "True"
fullName: Refitter.Core.DependencyInjectionSettings.BaseUrl
nameWithType: DependencyInjectionSettings.BaseUrl
- uid: Refitter.Core.DependencyInjectionSettings.ExtensionMethodName
name: ExtensionMethodName
href: api/Refitter.Core.DependencyInjectionSettings.html#Refitter_Core_DependencyInjectionSettings_ExtensionMethodName
commentId: P:Refitter.Core.DependencyInjectionSettings.ExtensionMethodName
fullName: Refitter.Core.DependencyInjectionSettings.ExtensionMethodName
nameWithType: DependencyInjectionSettings.ExtensionMethodName
- uid: Refitter.Core.DependencyInjectionSettings.ExtensionMethodName*
name: ExtensionMethodName
href: api/Refitter.Core.DependencyInjectionSettings.html#Refitter_Core_DependencyInjectionSettings_ExtensionMethodName_
commentId: Overload:Refitter.Core.DependencyInjectionSettings.ExtensionMethodName
isSpec: "True"
fullName: Refitter.Core.DependencyInjectionSettings.ExtensionMethodName
nameWithType: DependencyInjectionSettings.ExtensionMethodName
- uid: Refitter.Core.DependencyInjectionSettings.FirstBackoffRetryInSeconds
name: FirstBackoffRetryInSeconds
href: api/Refitter.Core.DependencyInjectionSettings.html#Refitter_Core_DependencyInjectionSettings_FirstBackoffRetryInSeconds
Expand Down

0 comments on commit f869621

Please sign in to comment.