GatewayIPAddressInformation::Address Property

 

Get the IP address of the gateway.

Namespace:   System.Net.NetworkInformation
Assembly:  System (in System.dll)

public:
property IPAddress^ Address {
	virtual IPAddress^ get() abstract;
}

Property Value

Type: System.Net::IPAddress^

An IPAddress object that contains the IP address of the gateway.

.NET Framework
Available since 2.0
Return to top
Show: