예제 #1
0
 protected WADLMethod[] GetWADLMethods()
 {
     WADL.WADLFormatter wadler = new WADL.WADLFormatter(this.GetType(), BaseUrl);
     return(wadler.IntroSpect().Resources.Single <WADLResource>().Methods.ToArray());
 }
 protected WADLMethod[] GetWADLMethods()
 {
     WADL.WADLFormatter wadler = new WADL.WADLFormatter(this.GetType(), BaseUrl);
     return wadler.IntroSpect().Resources.Single<WADLResource>().Methods.ToArray();
 }