Rediger

Del via


HttpClientFactoryOptions.HttpClientActions Property

Definition

Gets a list of operations used to configure an HttpClient.

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))

Property Value

Applies to