Beispiel #1
0
 public IRequestBuilder AddTextBody(string text)
 {
     request.AddTextBody(text);
     return(this);
 }