Compartir vía


HttpClientFactoryOptions.HttpClientActions Propiedad

Definición

Obtiene una lista de operaciones que se usan para configurar una instancia de 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))

Valor de propiedad

Se aplica a