Android.Net.Proxy.ProxyChangeAction Field
Used to notify an app that's caching the default connection proxy that either the default connection or its proxy has changed.

Syntax

[Android.Runtime.Register("PROXY_CHANGE_ACTION")]
public const string ProxyChangeAction

Remarks

Used to notify an app that's caching the default connection proxy that either the default connection or its proxy has changed. The intent will have the following extra value:

  • EXTRA_PROXY_INFO - The ProxyProperties for the proxy. Non-null, though if the proxy is undefined the host string will be empty.

This is a protected intent that can only be sent by the system

[Android Documentation]

Requirements

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