Represents a network route.
See Also:
RouteInfo Members
Syntax
Remarks
Represents a network route.
This is used both to describe static network configuration and live network
configuration information.
A route contains three pieces of information:
- a destination Android.Net.IpPrefix specifying the network destinations covered by this route.
If this is null it indicates a default route of the address family (IPv4 or IPv6)
implied by the gateway IP address.
- a gateway Java.Net.InetAddress indicating the next hop to use. If this is null it
indicates a directly-connected route.
- an interface (which may be unspecified).
Either the destination or the gateway may be
null, but not both. If the
destination and gateway are both specified, they must be of the same address family
(IPv4 or IPv6).
[Android Documentation]
Requirements
Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0