Skip to main content
All docs
V24.1

ProbingEventArgs(Uri, Predicate<Uri>) Constructor

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public ProbingEventArgs(
    Uri uri,
    Predicate<Uri> accessContext
)

Parameters

Name Type Description
uri Uri

The processed resource. This value is assigned to the Uri property.

accessContext Predicate<Uri>
See Also