Is it possible to bind udp in wcf 3.5 or is it only possible in .net 4.0?
If this is possible in .net 3.5, can someone give me an example?
thanks
If you want to implement your own binding, you can try this blog tutorial on creating custom UDP bindings for WCF:
Waleed Mohamed: How to Implement UDP as a Custom WCF Transport
It is not available as box-bound, but some UDP transport implementations are offered in official transport extensibility patterns . This custom transport can be used in custom binding.