Ejemplo n.º 1
0
 /// <summary>
 /// Stars the proxy.
 /// </summary>
 public void Start()
 {
     ProxyServer.Listen();
     IsActive = true;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Starts the routing server.
 /// </summary>
 public void Start()
 {
     RoutingServer.Listen();
     IsActive = true;
 }