Renamed Channel.Send method to Channel.PrepareResponse and then added a new Send...
commitcf1185c4891a509386bffd7e01fedce42d970cde
authorAndrew Arnott <andrewarnott@gmail.com>
Wed, 21 Jan 2009 17:16:05 +0000 (21 09:16 -0800)
committerAndrew <andrewarnott@gmail.com>
Wed, 21 Jan 2009 17:16:05 +0000 (21 09:16 -0800)
treeb85bde762f75dbe29af9db65fdecf33c7f27560a
parentf2c098cf7c700e3e9dc87316608a50de48222e19
Renamed Channel.Send method to Channel.PrepareResponse and then added a new Send method.
17 files changed:
samples/Consumer/SampleWcf.aspx.cs
samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs
samples/ServiceProvider/Members/Authorize.aspx.cs
samples/ServiceProvider/OAuth.ashx
src/DotNetOpenAuth.Test/Messaging/Bindings/StandardExpirationBindingElementTests.cs
src/DotNetOpenAuth.Test/Messaging/ChannelTests.cs
src/DotNetOpenAuth.Test/OAuth/AppendixScenarios.cs
src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs
src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs
src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs
src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs
src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs
src/DotNetOpenAuth/Messaging/Channel.cs
src/DotNetOpenAuth/Messaging/UserAgentResponse.cs
src/DotNetOpenAuth/OAuth/DesktopConsumer.cs
src/DotNetOpenAuth/OpenId/Provider/Request.cs
src/DotNetOpenAuth/OpenId/RelyingParty/AuthenticationRequest.cs