C# Class Apache.NMS.ActiveMQ.Transport.Tcp.SslTransport

Inheritance: TcpTransport
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
SslTransport ( Uri location, Socket socket, IWireFormat wireFormat ) : System

Méthodes protégées

Méthode Description
CreateSocketStream ( ) : Stream

Private Methods

Méthode Description
LoadCertificates ( ) : X509Certificate2Collection
SelectLocalCertificate ( object sender, string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string acceptableIssuers ) : X509Certificate
ValidateServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

Method Details

CreateSocketStream() protected méthode

protected CreateSocketStream ( ) : Stream
Résultat Stream

SslTransport() public méthode

public SslTransport ( Uri location, Socket socket, IWireFormat wireFormat ) : System
location System.Uri
socket System.Net.Sockets.Socket
wireFormat IWireFormat
Résultat System