예제 #1
0
 /// <summary>
 /// Sets the Transfer-Encoding header of the request to the specified value.
 /// </summary>
 /// <param name="value">The Transfer-Encoding header value.</param>
 /// <returns>An <see cref="IRequest"/> object that represents the request.</returns>
 public static IRequest TransferEncoding(this IWith @this, string value)
 => @this.TransferEncoding(new TransferCodingHeaderValue(value));