Adjusted channel stack to be more testable.
commit730b0c4332591e2358263f8e0a767d4a8448831a
authorAndrew Arnott <andrewarnott@gmail.com>
Wed, 3 Sep 2008 14:32:21 +0000 (3 07:32 -0700)
committerAndrew <andrewarnott@gmail.com>
Wed, 3 Sep 2008 14:32:21 +0000 (3 07:32 -0700)
treeebcd4d4ae8619d06ce571e46eb194ae2bc268fc4
parent14073d6440b506a526e4bf8d8900530130431746
Adjusted channel stack to be more testable.
src/DotNetOAuth.Test/Messaging/ChannelTests.cs
src/DotNetOAuth.Test/Mocks/TestChannel.cs
src/DotNetOAuth.Test/Mocks/TestMessageTypeProvider.cs
src/DotNetOAuth.Test/OAuthChannelTests.cs
src/DotNetOAuth/DotNetOAuth.csproj
src/DotNetOAuth/Messaging/Channel.cs
src/DotNetOAuth/Messaging/HttpRequestInfo.cs [new file with mode: 0644]
src/DotNetOAuth/OAuthChannel.cs
src/DotNetOAuth/OAuthMessageTypeProvider.cs