Compartilhar via


HttpClientFactoryOptions.HttpClientActions Propriedade

Definição

Obtém uma lista de operações usadas para configurar um 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 da propriedade

Aplica-se a