C# Class Amqp.Listener.ConnectionListener.TlsTransportListener

Inheritance: TcpTransportListener
Mostra file Open project: xamarin/mini-hacks

Public Methods

Method Description
TlsTransportListener ( ConnectionListener listener, string host, int port, X509Certificate2 certificate ) : System

Protected Methods

Method Description
CreateTransportAsync ( Socket socket ) : Task

Method Details

CreateTransportAsync() protected method

protected CreateTransportAsync ( Socket socket ) : Task
socket Socket
return Task

TlsTransportListener() public method

public TlsTransportListener ( ConnectionListener listener, string host, int port, X509Certificate2 certificate ) : System
listener ConnectionListener
host string
port int
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
return System