.net 3.5 message framing
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-06-07T19:59:57Z
Indexed on
2010/06/07
20:32 UTC
Read the original article
Hit count: 199
We have message framing working by using a lengh prefix but using .NET 2.0 beginSend/BeginReceive.
Is message framing any different in 3.5, if so how should we implement it using the new framework?
Are there any useable examples out there which focus purely on message framing using 3.5?
Many thanks
© Stack Overflow or respective owner