C# 클래스 Apache.NMS.ActiveMQ.Transport.Tcp.SslTransport

상속: TcpTransport
파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

공개 메소드들

메소드 설명
SslTransport ( Uri location, Socket socket, IWireFormat wireFormat ) : System

보호된 메소드들

메소드 설명
CreateSocketStream ( ) : Stream

비공개 메소드들

메소드 설명
LoadCertificates ( ) : X509Certificate2Collection
SelectLocalCertificate ( object sender, string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string acceptableIssuers ) : X509Certificate
ValidateServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

메소드 상세

CreateSocketStream() 보호된 메소드

protected CreateSocketStream ( ) : Stream
리턴 Stream

SslTransport() 공개 메소드

public SslTransport ( Uri location, Socket socket, IWireFormat wireFormat ) : System
location System.Uri
socket System.Net.Sockets.Socket
wireFormat IWireFormat
리턴 System