ApnSetting.MmsProxyAddress Property
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.
Gets the MMS proxy address configured for the APN.
public virtual Java.Net.InetAddress? MmsProxyAddress { [Android.Runtime.Register("getMmsProxyAddress", "()Ljava/net/InetAddress;", "GetGetMmsProxyAddressHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getMmsProxyAddress", "()Ljava/net/InetAddress;", "GetGetMmsProxyAddressHandler", ApiSince=28)>]
member this.MmsProxyAddress : Java.Net.InetAddress
Property Value
the MMS proxy address or null
if DNS isn’t available to resolve a hostname
- Attributes
Remarks
Gets the MMS proxy address configured for the APN. The MMS proxy address might be an IP address or hostname. This method returns null
if system networking (typically DNS) isn’t available to resolve a hostname value—values set as IP addresses don’t have this restriction. This is a known problem and will be addressed in a future release.
This member is deprecated. use #getMmsProxyAddressAsString()
instead.
Java documentation for android.telephony.data.ApnSetting.getMmsProxyAddress()
.
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.