G
Guest
Hi all
I want to parse a multicast address string into an object of type IPAddress
So i use the IPAddress.Parse(string theIPAddress) method
It works fine with 224.5.6.7, pure IPv
It throws an exception, saying that the provided address has an incorrect format, when I pass in the string
("2002:e005:607::1/48"
o
("2002:e005:607::1/48"
Or pretty much anything ive tried already
Thank you for advices
Ben
I want to parse a multicast address string into an object of type IPAddress
So i use the IPAddress.Parse(string theIPAddress) method
It works fine with 224.5.6.7, pure IPv
It throws an exception, saying that the provided address has an incorrect format, when I pass in the string
("2002:e005:607::1/48"
o
("2002:e005:607::1/48"
Or pretty much anything ive tried already
Thank you for advices
Ben