gpt4 book ai didi

c# - 如何使用 WebInvoke 属性调用异步 WCF 服务方法?

转载 作者:行者123 更新时间:2023-11-30 12:48:20 25 4
gpt4 key购买 nike

我有使用这种方法的 WCF 服务。该方法具有 WebInvoke 属性。如何异步调用它?

[WebInvoke(UriTemplate = "*", Method = "*")]
public Message HandleRequest()
{
var webContext = WebOperationContext.Current;
var webClient = new WebClient();

return webContext.CreateStreamResponse(webClient.OpenRead("http://site.com"), "text/html");
}

最佳答案

调用该方法时,您可以在客户端中使用线程。但要获得更精确的响应,请定义客户端:使用哪种技术等。

关于c# - 如何使用 WebInvoke 属性调用异步 WCF 服务方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14359954/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com