C# 클래스 RabbitMQ.Client.SslHelper

Represents an SslHelper which does the actual heavy lifting to set up an SSL connection, using the config options in an SslOption to make things cleaner
파일 보기 프로젝트 열기: rabbitmq/rabbitmq-dotnet-client 1 사용 예제들

공개 메소드들

메소드 설명
TcpUpgrade ( Stream tcpStream, SslOption sslOption ) : Stream

Upgrade a Tcp stream to an Ssl stream using the SSL options provided.

비공개 메소드들

메소드 설명
CertificateSelectionCallback ( object sender, string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string acceptableIssuers ) : X509Certificate
CertificateValidationCallback ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
SslHelper ( SslOption sslOption ) : System

메소드 상세

TcpUpgrade() 공개 정적인 메소드

Upgrade a Tcp stream to an Ssl stream using the SSL options provided.
public static TcpUpgrade ( Stream tcpStream, SslOption sslOption ) : Stream
tcpStream Stream
sslOption SslOption
리턴 Stream