Walter.Net.Networking
Scope Enumeration
Walter.Net.Networking Assembly > Walter.Net.Networking Namespace : Scope Enumeration
Sope of the networking to focus on
Syntax
public enum Scope : System.Enum 
Members
MemberDescription
Endpoint Get the IP address of a given endpoint, (Kind of like WhatsHisIp)
Gateway Get the IP address of the gateway
IspRouters Get the IP address if the routers in your ISP's network
LAN Local area network
NotSet no option provided
TraceRoute All hubs starting your public IP address to all IP addresses including the endpoint (only viable when asking a segment of iP addresses)
WAN Wide area network IP address (Kind of like WhatsMyIp on the Internet)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Net.Networking.Scope

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.Net.Networking Namespace