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