LinkProperties.HttpProxy Property

Definition

Gets the recommended ProxyInfo (or null) set on this link.

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

Property Value

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