Exemple #1
0
 /// <summary>
 /// The URL path of the resource being requested.
 /// </summary>
 /// <returns></returns>
 public override string UrlPath()
 {
     return(RequestHelpers.MakeUrl("/", "twohundred"));
 }
 /// <summary>
 /// The URL path of the resource being requested.
 /// </summary>
 /// <returns></returns>
 public override string UrlPath()
 {
     return(RequestHelpers.MakeUrl("/", new string[] { "version", "build" }));
 }
 /// <summary>
 /// The URL path of the resource being requested.
 /// </summary>
 /// <returns></returns>
 /// <exception cref="System.NotImplementedException"></exception>
 public override string UrlPath()
 {
     return(RequestHelpers.MakeUrl("/", "version"));
 }
Exemple #4
0
 /// <summary>
 /// The URL path of the resource being requested.
 /// </summary>
 /// <returns></returns>
 public override string UrlPath()
 {
     return(RequestHelpers.MakeUrl("/", new string[] { "webservice.aspx?CacheFlush" }));
 }