WifiConfiguration.HttpProxy Property

Definition

Caution

deprecated

[System.Obsolete("deprecated")]
public virtual Android.Net.ProxyInfo? HttpProxy { [Android.Runtime.Register("getHttpProxy", "()Landroid/net/ProxyInfo;", "GetGetHttpProxyHandler", ApiSince=26)] get; [Android.Runtime.Register("setHttpProxy", "(Landroid/net/ProxyInfo;)V", "GetSetHttpProxy_Landroid_net_ProxyInfo_Handler", ApiSince=26)] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getHttpProxy", "()Landroid/net/ProxyInfo;", "GetGetHttpProxyHandler", ApiSince=26)>]
[<set: Android.Runtime.Register("setHttpProxy", "(Landroid/net/ProxyInfo;)V", "GetSetHttpProxy_Landroid_net_ProxyInfo_Handler", ApiSince=26)>]
member this.HttpProxy : Android.Net.ProxyInfo with get, set

Property Value

ProxyInfo
Attributes

Remarks

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