• 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
..
Compression Loading commit data...
Decompression Loading commit data...
EventArguments Loading commit data...
Exceptions Loading commit data...
Extensions Loading commit data...
Helpers Loading commit data...
Http Loading commit data...
Models Loading commit data...
Network Loading commit data...
Properties Loading commit data...
Shared Loading commit data...
CertificateHandler.cs Loading commit data...
ProxyAuthorizationHandler.cs Loading commit data...
ProxyServer.cs Loading commit data...
RequestHandler.cs Loading commit data...
ResponseHandler.cs Loading commit data...
StrongNameKey.snk Loading commit data...
Titanium.Web.Proxy.csproj Loading commit data...
Titanium.Web.Proxy.nuspec Loading commit data...
WinAuthHandler.cs Loading commit data...
app.config Loading commit data...
packages.config Loading commit data...