public static void SetToDefault()
 {
     WebUIFactory = new WebUIFactory();
     HttpWebRequestFactory = new HttpWebRequestFactory();
     RequestCreationHelper = new RequestCreationHelper();            
 }
Beispiel #2
0
 public static void SetToDefault()
 {
     WebUIFactory          = new WebUIFactory();
     HttpWebRequestFactory = new HttpWebRequestFactory();
     RequestCreationHelper = new RequestCreationHelper();
 }
 public RecorderRequestCreationHelper()
 {
     this.internalRequestCreationHelper = new RequestCreationHelper();
 }
 public RecorderRequestCreationHelper()
 {
     this.internalRequestCreationHelper = new RequestCreationHelper();
 }