A type that extends ProxyConfig.
Constructs a new instance of a list of ProxyConfig.
The parent PropertyList instance, or undefined if there is no parent.
An array of items of type T used to populate the list.
Protected_ProtectedlistProtectedparentProtectedtypeOptionalprune: booleanOptional_value: anyOptionalbefore: numberOptionalafter: numberResolves the proxy configuration for a given URL. It only returns the first one if multiple matches are found.
Optionalurl: UrlThe URL to resolve the proxy configuration for. If not provided, null is returned.
The first matching proxy configuration as a JSON object, or null if no match is found.
StaticisStaticisDetermines if the given object is a ProxyConfigList.
The object to check.
true if the object is a ProxyConfigList, otherwise false.
A specialized list class for managing
ProxyConfigobjects.