11 2012 档案

摘要:public static ListsService.ListsSoapClient GetService(string uri) { System.ServiceModel.BasicHttpBinding binding = new System.ServiceModel.BasicHttpBinding(); binding.MaxReceivedMessageSize =int.MaxValue; binding.MaxBufferSize =int.MaxValue; binding.Security.Mode =BasicHttpSecurityMode.TransportCre. 阅读全文
posted @ 2012-11-30 16:21 一休上香 阅读(228) 评论(0) 推荐(0)
摘要:So you have developed your WCF service to be consumed by your Metro client application – you would likely have done the development on your local machine. What is the next step [before we move to Azure ? You will probably take your service and deploy it on another machine either for testing cross m. 阅读全文
posted @ 2012-11-30 15:36 一休上香 阅读(544) 评论(0) 推荐(0)