Example #1
0
 internal AmqpTransportSecurity()
 {
     this.credentialType = AmqpCredentialType.Anonymous;
     this.useSSL = true;
 }
Example #2
0
 internal AmqpTransportSecurity()
 {
     this.credentialType = AmqpCredentialType.Anonymous;
     this.useSSL         = true;
 }