NETunnelProvider.SetTunnelNetworkSettings Method

Definition

Updates the network settings for the tunnel.

[Foundation.Export("setTunnelNetworkSettings:completionHandler:")]
public virtual void SetTunnelNetworkSettings (NetworkExtension.NETunnelNetworkSettings tunnelNetworkSettings, Action<Foundation.NSError> completionHandler);
abstract member SetTunnelNetworkSettings : NetworkExtension.NETunnelNetworkSettings * Action<Foundation.NSError> -> unit
override this.SetTunnelNetworkSettings : NetworkExtension.NETunnelNetworkSettings * Action<Foundation.NSError> -> unit

Parameters

tunnelNetworkSettings
NETunnelNetworkSettings

To be added.

This parameter can be null.

completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to