System.Net.Tests.TlsSystemDefault.ServicePointManager_CheckAllowedProtocols_SystemDefault_Allowed C# (CSharp) Method

ServicePointManager_CheckAllowedProtocols_SystemDefault_Allowed() private method

        public void ServicePointManager_CheckAllowedProtocols_SystemDefault_Allowed()
        {
            ServicePointManager.SecurityProtocol = SecurityProtocolType.SystemDefault;
        }
    }