
Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
Hello,
at least Exchange saves it's serverbindings as strings, in the format
[dnsname_or_ipaddress]:[port]:[hostheader], where [dnsname_or_ipaddress] or
[hostheader] can even be empty.
So I guess, there is none...
Best regards,
Henning Krause
> Hi;
>
> Is there a class that holds an IP address and a mask? I thought there
> would
> be but cannot find it.
David Thielen - 07 Jan 2007 19:20 GMT
I built my own and it was easy. I just didn't want to duplicate an existing
class and figured there probably was one. Now I know to stick with my class.

Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
> Hello,
>
[quoted text clipped - 12 lines]
> > would
> > be but cannot find it.
Walter Wang [MSFT] - 08 Jan 2007 03:24 GMT
Dave,
FYI, if you want to retrieve the subnet mask of a system's installed
networks, you may want to use following approach:
#Durgaprasad Gorti's WebLog : Getting SubnetMask through
System.Net.NetworkInformation
http://blogs.msdn.com/dgorti/archive/2005/10/04/477078.aspx
I agree that building a class represents an IP and a mask is easy since a
mask can be actually represented by an instance of IPAddress too.
Hope this helps.
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.