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(); }