The IWebProxy has no implementation for isbypassed (it always returns false), you supply the code, so you can use any format and logic you want.
dotnet core 3.1 how to read bypass proxy list from gnome linux & how to pass ipv6 bypass list
Dear Experts,
I am trying to connect to IPv6 sample hosted in Ipv6 machine from dotnet core 3.1 console application.
Also am using IPv6 proxy server.
I am using HttpWebRequest object to connect to remote IPv6 application.
I want to provide the IPv6 bypass list.
What format does the IWebProxy allows.
what type of IPv6 addressed does the IWebProxy allows to bypass. (e.g: ip:port, ip, [ip], [1234:*::0012],[1234:234::0012/50])
E.g: remote IPv6 application : http://[1234:132::0012]/testapp/index.aspx
Thanks in advance,
Kishore
Developer technologies | .NET | .NET Runtime
Developer technologies | C#
3 answers
Sort by: Most helpful
-
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
2021-12-10T15:50:58.85+00:00 -
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
2021-12-13T15:42:12.45+00:00 Here is the spec for IPv6 address format
-
kishore kumar 1 Reputation point
2021-12-17T06:48:34.933+00:00 can any one help me for the above case?