IHttpMessageHandlerBuilderFilter.Configure Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies additional initialization to the HttpMessageHandlerBuilder
public:
Action<Microsoft::Extensions::Http::HttpMessageHandlerBuilder ^> ^ Configure(Action<Microsoft::Extensions::Http::HttpMessageHandlerBuilder ^> ^ next);
public Action<Microsoft.Extensions.Http.HttpMessageHandlerBuilder> Configure (Action<Microsoft.Extensions.Http.HttpMessageHandlerBuilder> next);
abstract member Configure : Action<Microsoft.Extensions.Http.HttpMessageHandlerBuilder> -> Action<Microsoft.Extensions.Http.HttpMessageHandlerBuilder>
Public Function Configure (next As Action(Of HttpMessageHandlerBuilder)) As Action(Of HttpMessageHandlerBuilder)
Parameters
A delegate which will run the next IHttpMessageHandlerBuilderFilter.
Returns
The configured HttpMessageHandlerBuilder.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.