IIkeSessionCallback.OnOpened(IkeSessionConfiguration) 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.
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.
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.