• mohammadlachgar's avatar
    change ProxyEndPoints.Any to ProxyEndPoints.OfType · 21c6309f
    mohammadlachgar authored
    change 
    if (ProxyEndPoints.Any(x => (x as ExplicitProxyEndPoint).GenericCertificate == null))
    to
    if (ProxyEndPoints.OfType<ExplicitProxyEndPoint>().Any(x => x.GenericCertificate == null))
    and add 
     throw new Exception(ex.Message);
    21c6309f
Name
Last commit
Last update
.build Loading commit data...
.nuget Loading commit data...
Examples Loading commit data...
Tests Loading commit data...
Titanium.Web.Proxy Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
PULL_REQUEST_TEMPLATE.md Loading commit data...
README.md Loading commit data...
Titanium.Web.Proxy.sln Loading commit data...
Titanium.Web.Proxy.sln.DotSettings Loading commit data...
appveyor.yml Loading commit data...
build.bat Loading commit data...