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