StubHttp.ToSettings() method¶
Defined in
Type: StubHttp
Namespace: Refit.Testing
Assembly: Refit.Testing.dll
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481, net471
Overloads¶
- 1.
public RefitSettings ToSettings() - 2.
public RefitSettings ToSettings(RefitSettings baseSettings)
1. Overload¶
public RefitSettings ToSettings()
Summary: Wraps this handler in a fresh RefitSettings that routes requests through it.
Returns: RefitSettings -- New settings whose handler factory returns this handler.
2. Overload¶
public RefitSettings ToSettings(RefitSettings baseSettings)
Summary: Points an existing RefitSettings at this handler and adopts its content serializer.
Parameters
| Name | Type | Description |
|---|---|---|
baseSettings | [RefitSettings](# | The settings to attach the handler to; its [HttpMessageHandlerFactory](# is overwritten. Its serializer is adopted for typed replies and typed request capture. |
Returns: RefitSettings -- The same settings, with their handler factory pointed at this handler.