Java.Net.NetworkInterface.IsPointToPoint Property
Returns true if this network interface is a point-to-point interface.

Syntax

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

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Net.SocketExceptionif an I/O error occurs.

Remarks

Returns true if this network interface is a point-to-point interface. (For example, a PPP connection using a modem.)

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9