Beispiel #1
0
 private void InitPaysonClient()
 {
     _client = new PaysonClient();
 }
 private void InitPaysonClient()
 {
     _client = new PaysonClient();
 }
Beispiel #3
0
        private void InitPaysonClient()
        {
            ServicePointManager.SecurityProtocol = ServicePointManager.SecurityProtocol | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;

            _client = new PaysonClient();
        }