C# 클래스 RabbitMQ.Client.SslOption

Represents a configurable SSL option, used in setting up an SSL connection.
파일 보기 프로젝트 열기: Chatham/rabbitmq-dotnet-client 1 사용 예제들

공개 메소드들

메소드 설명
SslOption ( ) : System

Construct an SslOption with no parameters set

SslOption ( string serverName ) : System

Construct an SslOption with just the server cannonical name. The Certificate path is set to an empty string

SslOption ( string serverName, string certPath, bool enabled ) : System

Construct an SslOption specifying both the server cannonical name and the client's certificate path.

메소드 상세

SslOption() 공개 메소드

Construct an SslOption with no parameters set
public SslOption ( ) : System
리턴 System

SslOption() 공개 메소드

Construct an SslOption with just the server cannonical name. The Certificate path is set to an empty string
public SslOption ( string serverName ) : System
serverName string
리턴 System

SslOption() 공개 메소드

Construct an SslOption specifying both the server cannonical name and the client's certificate path.
public SslOption ( string serverName, string certPath, bool enabled ) : System
serverName string
certPath string
enabled bool
리턴 System