Skip to main content
All docs
V23.2

ConfigureHttpClientEventArgs(HttpClient, Type) Constructor

Initializes a new instance of the AsyncDownloadPolicy.ConfigureHttpClientEventArgs class with specified settings.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public ConfigureHttpClientEventArgs(
    HttpClient client,
    Type valueType
)

Parameters

Name Type Description
client HttpClient

This value is assigned to the Client property.

valueType Type

This value is assigned to the ValueType property.

See Also