HttpMessageHandlerBuilder.AdditionalHandlers Proprietà

Definizione

Ottiene un elenco di istanze di DelegatingHandler aggiuntive usate per configurare una pipeline HttpClient.

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)

Valore della proprietà

Si applica a