Android.Net.VpnService.ServiceInterface Field
The action must be matched by the intent filter of this service.

Syntax

[Android.Runtime.Register("SERVICE_INTERFACE")]
public const string ServiceInterface

Remarks

The action must be matched by the intent filter of this service. It also needs to require NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BIND_VPN_SERVICE permission so that other applications cannot abuse it.

[Android Documentation]

Requirements

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