Why not have chosen to use an UInt32 (for the IP) and an UInt16 (for the port)?
Asked
Active
Viewed 122 times
1 Answers
7
Unsigned integers are not CLS compliant. As such many languages does not support them and they are avoided, whenever possible, in the .NET base class libraries (BCL).