Ikev2VpnProfile.Builder.SetProxy(ProxyInfo) Method
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.
Sets a proxy recommendation for the VPN network.
[Android.Runtime.Register("setProxy", "(Landroid/net/ProxyInfo;)Landroid/net/Ikev2VpnProfile$Builder;", "", ApiSince=30)]
public Android.Net.Ikev2VpnProfile.Builder SetProxy(Android.Net.ProxyInfo? proxy);
[<Android.Runtime.Register("setProxy", "(Landroid/net/ProxyInfo;)Landroid/net/Ikev2VpnProfile$Builder;", "", ApiSince=30)>]
member this.SetProxy : Android.Net.ProxyInfo -> Android.Net.Ikev2VpnProfile.Builder
Parameters
- proxy
- ProxyInfo
The proxy recommendation, which applications may ignore.
Returns
This builder.
- Attributes
Remarks
Java documentation for android.net.Ikev2VpnProfile.Builder.setProxy(android.net.ProxyInfo).