Refactored Channel class into two classes.
commit202448b1fd4d0c15d009b2c0a6713c8fc41f8854
authorAndrew Arnott <andrewarnott@gmail.com>
Tue, 2 Sep 2008 15:23:29 +0000 (2 08:23 -0700)
committerAndrew <andrewarnott@gmail.com>
Tue, 2 Sep 2008 15:23:29 +0000 (2 08:23 -0700)
treebd320e8214ab81593c282e24fc8192abf019fdfc
parent5fc9c66e00bfe654450afd909aca8510e780fb1a
Refactored Channel class into two classes.
src/DotNetOAuth/DotNetOAuth.csproj
src/DotNetOAuth/Messaging/Channel.cs
src/DotNetOAuth/Messaging/IMessageTypeProvider.cs
src/DotNetOAuth/Messaging/MessagingUtilities.cs
src/DotNetOAuth/OAuthChannel.cs [new file with mode: 0644]
src/DotNetOAuth/Protocol.cs