Table of Contents

Interface ISSLSessionBindingListener

Namespace
Javax.Net.Ssl
Assembly
MASES.JNet.dll

.NET interface for org.mases.jnet.generated.javax.net.ssl.SSLSessionBindingListener implementing https://docs.oracle.com/en/java/javase/11/docs/api/java.base/javax/net/ssl/SSLSessionBindingListener.html

public interface ISSLSessionBindingListener

Methods

ValueBound(SSLSessionBindingEvent)

void ValueBound(SSLSessionBindingEvent arg0)

Parameters

arg0 SSLSessionBindingEvent

SSLSessionBindingEvent

ValueUnbound(SSLSessionBindingEvent)

void ValueUnbound(SSLSessionBindingEvent arg0)

Parameters

arg0 SSLSessionBindingEvent

SSLSessionBindingEvent