internal ZimbraAdminSoapClient(ZimbraBinding binding, ZimbraEndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
     ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
     ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, err) => true;
 }
Example #2
0
 internal ZimbraAccountSoapClient(ZimbraBinding binding, ZimbraEndpointAddress remoteAddress) :
     base(binding, remoteAddress)
 {
 }