K
kapil kumar velpuri
Guest
The WCF service is receiving Multi parts of data and writing into the shared drive by using MultipartFormDataStreamProvider class
when writing a 150 mb file into the drive its taken 3 minutes , why its taking that long and how to troubleshoot.
multiPartReader class is inheriting from MultipartFormDataStreamProvider
var provider = streamContent.ReadAsMultipartAsync(multiPartReader).Result;
Continue reading...
when writing a 150 mb file into the drive its taken 3 minutes , why its taking that long and how to troubleshoot.
multiPartReader class is inheriting from MultipartFormDataStreamProvider
var provider = streamContent.ReadAsMultipartAsync(multiPartReader).Result;
Continue reading...