[OperationContract]
[WebInvoke(Method = "POST", UriTemplate = "getsystemtime", ResponseFormat = WebMessageFormat.Json, RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.WrappedResponse)]
System.Net.Http.HttpResponseMessage getsystemtime();
WCF REST POST 方法可以没有参数吗?;用HTTP POST 不能成功,请帮忙,谢谢。
相关分类