我正在研究 wcf rest webservices。其中一个接口有两个公共方法。我需要在 https 绑定中访问一种方法,另一种使用 http。如何在 global.asx 中为这两个绑定设置端点。请告诉我。
我的 globlal.asx 声明如下:
RouteTable.Routes.Add(new ServiceRoute("records", new WebServiceHostFactory(), typeof(serviceclassname)));
我正在研究 wcf rest webservices。其中一个接口有两个公共方法。我需要在 https 绑定中访问一种方法,另一种使用 http。如何在 global.asx 中为这两个绑定设置端点。请告诉我。
我的 globlal.asx 声明如下:
RouteTable.Routes.Add(new ServiceRoute("records", new WebServiceHostFactory(), typeof(serviceclassname)));