Partager via


IIkeSessionCallback.OnOpened(IkeSessionConfiguration) Method

Definition

Called when the IkeSession setup succeeds.

[Android.Runtime.Register("onOpened", "(Landroid/net/ipsec/ike/IkeSessionConfiguration;)V", "GetOnOpened_Landroid_net_ipsec_ike_IkeSessionConfiguration_Handler:Android.Net.IpSec.Ike.IIkeSessionCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public void OnOpened (Android.Net.IpSec.Ike.IkeSessionConfiguration sessionConfiguration);
[<Android.Runtime.Register("onOpened", "(Landroid/net/ipsec/ike/IkeSessionConfiguration;)V", "GetOnOpened_Landroid_net_ipsec_ike_IkeSessionConfiguration_Handler:Android.Net.IpSec.Ike.IIkeSessionCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnOpened : Android.Net.IpSec.Ike.IkeSessionConfiguration -> unit

Parameters

sessionConfiguration
IkeSessionConfiguration

the configuration information of IkeSession negotiated during IKE setup.

Attributes

Remarks

Called when the IkeSession setup succeeds.

This method does not indicate the first Child Session has been setup. Caller MUST refer to the corresponding ChildSessionCallback for the Child Session setup result.

Java documentation for android.net.ipsec.ike.IkeSessionCallback.onOpened(android.net.ipsec.ike.IkeSessionConfiguration).

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