SocketsHttpHandler.Properties Property

Definition

Gets a writable dictionary (that is, a map) of custom properties for the HttpClient requests. The dictionary is initialized empty; you can insert and query key-value pairs for your custom handlers and special processing.

C#
public System.Collections.Generic.IDictionary<string,object?> Properties { get; }
C#
public System.Collections.Generic.IDictionary<string,object> Properties { get; }

Property Value

Applies to

Produkt Verzie
.NET Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10