/// <summary>
 /// Initializes a new instance of the GatewayWorker 
 /// </summary>
 /// <param name="context"></param>
 /// <param name="config"></param>
 public GatewayWorker(HttpListenerContext context, GatewayConfigurationSection config)
 {
     _context = context;
     _config = config;
 }
Пример #2
0
 /// <summary>
 /// Initialises a new instance of the <see cref="Gateway"/>.
 /// </summary>
 /// <param name="config"></param>
 public Gateway(GatewayConfigurationSection config)
 {
     _config = config;
 }