예제 #1
0
 public void Start()
 {
     this._tcpServer.Start(
         ProtocolHelper.GetServerEndPointFromIpAddress(_config.HostIpAddress),
         ProcessAsync);
 }