2 people following this project (follow)

Description
example of a transport binding element over twitter.

This is for learning purpose, it learns to create BindingElement, ChannelFactory, IInputChannel, IOuputChannel, ChannelListener.
Others will follow.
For now, the ChannelListener works only ChannelDispatcher.ReceiveSynchronously to true, because I've not implemented asynchronous operations in my InputChannel. (see ServerSample.csproj)

The server must follow the client.

Duplex communication

This binding can support duplex communication by using the bindings and behaviors as I've done here http://duplexmsmq.codeplex.com/.
Details on CodeProject : http://www.codeproject.com/KB/WCF/WcfOverTwitter.aspx

Happy coding,

Last edited Sep 20 2009 at 4:06 PM by Slashene, version 11