Forgot to mention: After inserting the 4 octets of the IPv4 address into the
rightmost 4 octets of the IPv6 address, the remaining left-most octets would
be 0 in value.
--
HTH,
Kevin Spencer
Microsoft MVP
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
"Valerie Hough" <sa***@pcTrans.comwrote in message
news:OP**************@TK2MSFTNGP06.phx.gbl...
My app has so far only encountered IPv4 addresses and I use:
Dns.GetHostByName( "someOtherComputer", portNumber ).AddressList[0].
Can someone please point me to an example of how to turn this into an IPv6
address?
Thanks in advance.
Chris Hough