Can you tell me what's the best way to send objects through NamedPipes in .net 3.5?
Serialize your object by XmlSerializer than send it as a text and deserialize in the other side, or use WCF named pipes binding as Remus suggests
WCF NetNamedPipes binding is the way to go, you might also consider .NET Remoting to achieve this
Use WCF on a NetNamedPipeBinding. See also Expose a WCF Service through a Named Pipes binding.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With