Ejemplo n.º 1
0
 internal WebAppProxyForTest(TestWebAppProxyServlet _enclosing)
 {
     this._enclosing = _enclosing;
 }
Ejemplo n.º 2
0
 public AppReportFetcherForTest(TestWebAppProxyServlet _enclosing, Configuration conf
                                )
     : base(conf)
 {
     this._enclosing = _enclosing;
 }
Ejemplo n.º 3
0
 public WebAppProxyServerForTest(TestWebAppProxyServlet _enclosing)
     : base(typeof(WebAppProxyServer).FullName)
 {
     this._enclosing = _enclosing;
 }