HttpMessageHandlerBuilder.AdditionalHandlers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of additional DelegatingHandler instances used to configure an HttpClient pipeline.
public:
abstract property System::Collections::Generic::IList<System::Net::Http::DelegatingHandler ^> ^ AdditionalHandlers { System::Collections::Generic::IList<System::Net::Http::DelegatingHandler ^> ^ get(); };
public abstract System.Collections.Generic.IList<System.Net.Http.DelegatingHandler> AdditionalHandlers { get; }
member this.AdditionalHandlers : System.Collections.Generic.IList<System.Net.Http.DelegatingHandler>
Public MustOverride ReadOnly Property AdditionalHandlers As IList(Of DelegatingHandler)
Property Value
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.