ISSLSessionBindingListener.ValueBound(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 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
the event data.
- Attributes
Remarks
This is called to notify the listener that it is being bound into an 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.