Which TransparentProxy gets called if multiple NETransparentProxyProvider are there?

We are having two projects and both of them have NETransparentProxyProvider extension.
Which NETransparentProxyProvider will receive the flow first?
Or in other word which handleNewFlow will be called first?
Assuming include and exclude network rules are identical.

Is it dependent on the installation order, or naming convention?
We have already tested these scenarios, but only one of them is getting the flow first no matter what.

Is there any APIs or other settings need to be done, in order to get flow in a particular project first?

Which NETransparentProxyProvider will receive the flow first?

There is no defined order )-:

The order you get in practice is determined by various implementation details but there’s no guarantee it’ll be the same from machine-to-machine.

Is there any APIs or other settings need to be done, in order to get flow in a particular project first?

No.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Which TransparentProxy gets called if multiple NETransparentProxyProvider are there?
 
 
Q