WCF Chunking / Streaming

后端 未结 4 1901
再見小時候
再見小時候 2021-01-31 12:03

I\'m using WCF and want to upload a large file from the client to the server. I have investigated and decided to follow the chunking approach outlined at http://msdn.microsoft.c

4条回答
  •  庸人自扰
    2021-01-31 12:53

    I would look at MessageContracts and add those values as message headers to your object. This should allow you to pass the stream and any values related to the stream as message headers.

提交回复
热议问题