RabbitMQ.Client.SslOption.SslOption C# (CSharp) 메소드

SslOption() 공개 메소드

Construct an SslOption with no parameters set
public SslOption ( ) : System
리턴 System
        public SslOption()
            : this("", "", false)
        {
        }

Same methods

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