Commit 18dafe56 authored by Honfika's avatar Honfika

another small code style fix

parent 9b9e8756
...@@ -88,7 +88,6 @@ namespace Titanium.Web.Proxy.Examples.Basic ...@@ -88,7 +88,6 @@ namespace Titanium.Web.Proxy.Examples.Basic
//So client sends request in a proxy friendly manner //So client sends request in a proxy friendly manner
proxyServer.AddEndPoint(explicitEndPoint); proxyServer.AddEndPoint(explicitEndPoint);
proxyServer.Start(); proxyServer.Start();
//Transparent endpoint is useful for reverse proxy (client is not aware of the existence of proxy) //Transparent endpoint is useful for reverse proxy (client is not aware of the existence of proxy)
//A transparent endpoint usually requires a network router port forwarding HTTP(S) packets or DNS //A transparent endpoint usually requires a network router port forwarding HTTP(S) packets or DNS
......
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