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