How does open bullet parallelization library works?

how does open bullet parallelization library works ?

Hello, it’s open source and published on nuget, so you can use it in your own projects as well. You can find an example here

If you want to learn how it works, I suggest you dig through the code, it’s not too complex. If you have any specific questions regarding the code, feel free to ask.

thanks for the help and availability i was wondering in order to parse all the cookie from a request what is better to let it follow the redirect or make the redirect manually and parse cookies ?