Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AsyncStackNet"/> class.
 /// </summary>
 private AsyncStackNet()
 {
     _Execute           = new InvokePlugInCallback(QueryPlugIn);
     __RateExecute      = new InvokePlugInCallback(RateUpdate);
     this.LocalEndPoint = new IPEndPoint(IPAddress.Any, 3900);
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AsyncStackNet"/> class.
 /// </summary>
 private AsyncStackNet()
 {
     _Execute = new InvokePlugInCallback(QueryPlugIn);
     __RateExecute = new InvokePlugInCallback(RateUpdate);
     this.LocalEndPoint = new IPEndPoint(IPAddress.Any, 3900);
 }