Commit 72d493a9 authored by justcoding121's avatar justcoding121 Committed by justcoding121

#264 disable ForwardToUpstreamGateway in example

parent 06e9dc0a
...@@ -31,7 +31,7 @@ namespace Titanium.Web.Proxy.Examples.Basic ...@@ -31,7 +31,7 @@ namespace Titanium.Web.Proxy.Examples.Basic
proxyServer.ExceptionFunc = exception => Console.WriteLine(exception.Message); proxyServer.ExceptionFunc = exception => Console.WriteLine(exception.Message);
proxyServer.TrustRootCertificate = true; proxyServer.TrustRootCertificate = true;
proxyServer.ForwardToUpstreamGateway = true; //proxyServer.ForwardToUpstreamGateway = true;
//optionally set the Certificate Engine //optionally set the Certificate Engine
//Under Mono only BouncyCastle will be supported //Under Mono only BouncyCastle will be supported
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment