bbhxwl

Results 287 comments of bbhxwl

If GetCustomUpStreamProxyFunc is modified, if two different users concurrently, the proxy request of these two people should be modified, right? Looking forward to your updates.

> Yes, but you can sue the GetCustomUpStreamProxyFunc proeprty. It receives the current session arguemnts and you can return different upstream proxy for different requests. It is not clear whether...

![QQ图片20191223220553](https://user-images.githubusercontent.com/26525599/71362214-6e2ba200-25d0-11ea-8f18-94bcf555c7b0.png) The whole code is like this, is it OK? No other special settings, right? What is your Skype account? I want to add you as a friend

Arg parameter in ongetcustomupstreamproxyfunc, Arg.clientendpoint.address gets the IP address of the user, Arg.httpclient.request.requesturi get the URL currently accessed by the user, right? Then according to my own needs, return to...

If you don't want to return the external agent in ongetcustomupstreamproxyfunc, you can return null?

In onbeforetunnelconnectrequest, can you know whether the other party has installed the certificate? e.IsHttpsConnect? e.IsTransparent? e.IsHttps?