Descriptionexample 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 communicationThis 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.aspxHappy coding,