ISSLSessionBindingListener.ValueUnbound(SSLSessionBindingEvent) 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.
This is called to notify the listener that it is being unbound from a SSLSession.
[Android.Runtime.Register("valueUnbound", "(Ljavax/net/ssl/SSLSessionBindingEvent;)V", "GetValueUnbound_Ljavax_net_ssl_SSLSessionBindingEvent_Handler:Javax.Net.Ssl.ISSLSessionBindingListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ValueUnbound (Javax.Net.Ssl.SSLSessionBindingEvent? e);
[<Android.Runtime.Register("valueUnbound", "(Ljavax/net/ssl/SSLSessionBindingEvent;)V", "GetValueUnbound_Ljavax_net_ssl_SSLSessionBindingEvent_Handler:Javax.Net.Ssl.ISSLSessionBindingListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ValueUnbound : Javax.Net.Ssl.SSLSessionBindingEvent -> unit
Parameters
the event data.
- Attributes
Remarks
This is called to notify the listener that it is being unbound from a SSLSession.
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.