ISSLSessionBindingListener.ValueBound(SSLSessionBindingEvent) Method

Definition

This is called to notify the listener that it is being bound into an SSLSession.

[Android.Runtime.Register("valueBound", "(Ljavax/net/ssl/SSLSessionBindingEvent;)V", "GetValueBound_Ljavax_net_ssl_SSLSessionBindingEvent_Handler:Javax.Net.Ssl.ISSLSessionBindingListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ValueBound (Javax.Net.Ssl.SSLSessionBindingEvent? e);
[<Android.Runtime.Register("valueBound", "(Ljavax/net/ssl/SSLSessionBindingEvent;)V", "GetValueBound_Ljavax_net_ssl_SSLSessionBindingEvent_Handler:Javax.Net.Ssl.ISSLSessionBindingListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ValueBound : Javax.Net.Ssl.SSLSessionBindingEvent -> unit

Parameters

e
SSLSessionBindingEvent

the event data.

Attributes

Remarks

This is called to notify the listener that it is being bound into an SSLSession.

Java documentation for javax.net.ssl.SSLSessionBindingListener.valueBound(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