C# WCF REST POST 方法可以没有参数吗?

        [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 不能成功,请帮忙,谢谢。


qq_花开花谢_0
浏览 1008回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP