RabbitMQ.Client.SslOption.SslOption C# (CSharp) Method

SslOption() public method

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

Same methods

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