c# - WCF sending large (>90Mb) XML files from client to third party via WCF service -


i want send large xml file in entirety source third party machine via wcf service in c#. files can large 90mbs

trying serialize xml string takes far long , use memory. i've seen lot of answers tell me try picking out relevant information xml file want send, need able send full file , allow third party process files.

how best approach this?

this may of help.

custom wcf streaming


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -