Settings.Secure.HttpProxy Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Host name and port for global http proxy.
[Android.Runtime.Register("HTTP_PROXY")]
[System.Obsolete("deprecated")]
public const string HttpProxy;
[<Android.Runtime.Register("HTTP_PROXY")>]
[<System.Obsolete("deprecated")>]
val mutable HttpProxy : string
Field Value
- Attributes
Remarks
Host name and port for global http proxy. Uses ':' seperator for between host and port.
This member is deprecated. Use Global#HTTP_PROXY
Java documentation for android.provider.Settings.Secure.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.