Provides an Internet Protocol (IP) address.
The IPAddress type exposes the following members.
How can one copy an IPAddress? There doesn't seemt to be a copy constructor or assignment operator or public Copy() member of any kind.
Does one really have to use IPAddress::GetAddressBytes() like this (C++/CLI): IPAddress^ orig = gcnew IPAddress(IPAddress::None);