HttpMessageHandlerBuilder.AdditionalHandlers Property
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.
Gets a list of additional DelegatingHandler instances used to configure an HttpClient pipeline.
public:
abstract property System::Collections::Generic::IList<System::Net::Http::DelegatingHandler ^> ^ AdditionalHandlers { System::Collections::Generic::IList<System::Net::Http::DelegatingHandler ^> ^ get(); };
public abstract System.Collections.Generic.IList<System.Net.Http.DelegatingHandler> AdditionalHandlers { get; }
member this.AdditionalHandlers : System.Collections.Generic.IList<System.Net.Http.DelegatingHandler>
Public MustOverride ReadOnly Property AdditionalHandlers As IList(Of DelegatingHandler)
Property Value
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.