Beispiel #1
0
 void SetNonFormatPluginRequestFields(Request Req)
 {
     if (this.BaseTabs.InvokeRequired)
     {
         SetNonFormatPluginRequestFields_d InvokeDelegate_d = new SetNonFormatPluginRequestFields_d(SetNonFormatPluginRequestFields);
         this.BaseTabs.Invoke(InvokeDelegate_d, new object[] { Req });
     }
     else
     {
         this.SetHeader(Req);
         this.SetBody(Req);
         this.SetUrlPathPartsParameters(Req);
         this.SetQueryParameters(Req);
         ///this.SetBodyParameters(Req);
         this.SetCookieParameters(Req);
         this.SetHeadersParameters(Req);
     }
 }
Beispiel #2
0
 void SetNonFormatPluginRequestFields(Request Req)
 {
     if (this.BaseTabs.InvokeRequired)
     {
         SetNonFormatPluginRequestFields_d InvokeDelegate_d = new SetNonFormatPluginRequestFields_d(SetNonFormatPluginRequestFields);
         this.BaseTabs.Invoke(InvokeDelegate_d, new object[] { Req });
     }
     else
     {
         this.SetHeader(Req);
         this.SetBody(Req);
         this.SetUrlPathPartsParameters(Req);
         this.SetQueryParameters(Req);
         ///this.SetBodyParameters(Req);
         this.SetCookieParameters(Req);
         this.SetHeadersParameters(Req);
     }
 }