ISSLSessionBindingListener.ValueUnbound(SSLSessionBindingEvent) Method

Definition

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

e
SSLSessionBindingEvent

the event data.

Attributes

Remarks

This is called to notify the listener that it is being unbound from a SSLSession.

Java documentation for javax.net.ssl.SSLSessionBindingListener.valueUnbound(javax.net.ssl.SSLSessionBindingEvent).

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