Check out example codes for "the request was aborted could not create ssl/tls secure channel. c# restsharp". It will help you in understanding the concepts better.
Code Example 1
//Add this line of code before RestClient
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls;
Learn ReactJs, React Native from akashmittal.com