다음을 통해 공유


HttpClientFactoryOptions.HttpClientActions 속성

정의

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

속성 값

적용 대상