Share via


ApnSetting.ProxyAddressAsString Property

Definition

Returns the proxy address of the APN.

public virtual string? ProxyAddressAsString { [Android.Runtime.Register("getProxyAddressAsString", "()Ljava/lang/String;", "GetGetProxyAddressAsStringHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getProxyAddressAsString", "()Ljava/lang/String;", "GetGetProxyAddressAsStringHandler", ApiSince=29)>]
member this.ProxyAddressAsString : string

Property Value

proxy address.

Attributes

Remarks

Returns the proxy address of the APN.

Java documentation for android.telephony.data.ApnSetting.getProxyAddressAsString().

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