Beispiel #1
0
 /// <summary>
 /// Sets the location of the response to the uri's value.
 /// </summary>
 /// <param name="url">The Uri instance to convert.</param>
 /// <returns>The current instance.</returns>
 public VirtualResponse Address(Uri url)
 {
     return(Address(Url.Convert(url)));
 }