I need to understand how WCF works when sending a message. Does WCF share everything before sending?
My other question is what would be useful to use Streaming? Is this better for large messages, say between 1Mb to 2Mb? Can I send a complex object serialized and then easily deserialize it on the other side after streaming (I call a list of images a complex object that can be dynamic), or do I need to format it using something like XML?
The main problem here is that I donβt know, when using WFC streaming, I need to serialize the message first before sending ... shouldn't WFC serialize everything before sending?
I know, very general, but I need to clarify these concepts.
Greetings
source share