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