Share via


NetworkInterface.IsPointToPoint Property

Definition

Returns whether a network interface is a point to point interface.

public bool IsPointToPoint { [Android.Runtime.Register("isPointToPoint", "()Z", "")] get; }
[<get: Android.Runtime.Register("isPointToPoint", "()Z", "")>]
member this.IsPointToPoint : bool

Property Value

true if the interface is a point to point interface.

Attributes

Exceptions

if an I/O error occurs.

Remarks

Returns whether a network interface is a point to point interface. A typical point to point interface would be a PPP connection through a modem.

Added in 1.6.

Java documentation for java.net.NetworkInterface.isPointToPoint().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to