示例#1
0
文件: Proxy.cs 项目: HTD/Woof.Sockets
 /// <summary>
 /// Stars the proxy.
 /// </summary>
 public void Start()
 {
     ProxyServer.Listen();
     IsActive = true;
 }
示例#2
0
 /// <summary>
 /// Starts the routing server.
 /// </summary>
 public void Start()
 {
     RoutingServer.Listen();
     IsActive = true;
 }