我为wcf straming提供了wcf服务.我工作.但我必须将它与我们的webserice集成.
有没有办法,有这样的webmethod:
[webmethod]
public Stream GetStream(string path)
{
return Iservice.GetStream(path);
}
Run Code Online (Sandbox Code Playgroud)
我服务是一个类,我从WCF服务复制到我的asmx.
有没有办法将wcf中的App.config与web.config集成?
归档时间: |
|
查看次数: |
808 次 |
最近记录: |