Freigeben über


HttpClientFactoryOptions.HttpClientActions Eigenschaft

Definition

Ruft eine Liste mit Vorgängen ab, die zur Konfiguration einer HttpClient-Klasse verwendet werden.

public:
 property System::Collections::Generic::IList<Action<System::Net::Http::HttpClient ^> ^> ^ HttpClientActions { System::Collections::Generic::IList<Action<System::Net::Http::HttpClient ^> ^> ^ get(); };
public System.Collections.Generic.IList<Action<System.Net.Http.HttpClient>> HttpClientActions { get; }
member this.HttpClientActions : System.Collections.Generic.IList<Action<System.Net.Http.HttpClient>>
Public ReadOnly Property HttpClientActions As IList(Of Action(Of HttpClient))

Eigenschaftswert

Gilt für: