WCF: using streaming with Message Contracts

前端 未结 3 1394
[愿得一人]
[愿得一人] 2020-12-07 18:02

I am trying to use the WCF streaming with Message Contracts, because I need additional parameters beside the stream itself.

Basically I am creating a file upload and

3条回答
  •  孤城傲影
    2020-12-07 18:32

    I got the error after using the 'WCF Data Service' template to generate the svc file instead of the 'WCF Service' template. Correcting the service host file the issue was solved.

提交回复
热议问题