コード例 #1
0
 /// <summary>
 /// Sets the Pragma header of the request to the specified name.
 /// </summary>
 /// <param name="name">The Pragma header name.</param>
 /// <returns>An <see cref="IRequest"/> object that represents the request.</returns>
 public static IRequest Pragma(this IWith @this, string name)
 => @this.Pragma(new NameValueHeaderValue(name));