Share via


Settings.Global.HttpProxy Field

Definition

Host name and port for global http proxy.

[Android.Runtime.Register("HTTP_PROXY")]
public const string HttpProxy;
[<Android.Runtime.Register("HTTP_PROXY")>]
val mutable HttpProxy : string

Field Value

Attributes

Remarks

Host name and port for global http proxy. Uses ':' seperator for between host and port.

Java documentation for android.provider.Settings.Global.HTTP_PROXY.

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