dotnet core 3.1 how to read bypass proxy list from gnome linux & how to pass ipv6 bypass list

kishore kumar 1 Reputation point
2021-12-10T13:00:06.743+00:00

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#
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
    2021-12-10T15:50:58.85+00:00

    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.


  2. 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

    https://www.ietf.org/rfc/rfc2732.txt


  3. kishore kumar 1 Reputation point
    2021-12-17T06:48:34.933+00:00

    can any one help me for the above case?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.