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