summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/TestChannel.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-11-23 23:04:56 -0800
committerAndrew <andrewarnott@gmail.com>2008-11-23 23:04:56 -0800
commite81621138e95624e12db5667c5720cde1f0475d9 (patch)
tree80a8ca1fe36611b99ef790801d90922f489d4aad /src/DotNetOpenAuth.Test/Mocks/TestChannel.cs
parent87af9a2cf5efade047cef5966d6d05fc40592a85 (diff)
downloadDotNetOpenAuth-e81621138e95624e12db5667c5720cde1f0475d9.zip
DotNetOpenAuth-e81621138e95624e12db5667c5720cde1f0475d9.tar.gz
DotNetOpenAuth-e81621138e95624e12db5667c5720cde1f0475d9.tar.bz2
Added YADIS and other discovery, XRDS, untrusted web requests.
Hundreds of StyleCop messages and some FxCop as well. Some refactoring definitely went into the new files from their DotNetOpenId origins, but there is much more to do.
Diffstat (limited to 'src/DotNetOpenAuth.Test/Mocks/TestChannel.cs')
-rw-r--r--src/DotNetOpenAuth.Test/Mocks/TestChannel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/Mocks/TestChannel.cs b/src/DotNetOpenAuth.Test/Mocks/TestChannel.cs
index 0f7f4b8..11dc97e 100644
--- a/src/DotNetOpenAuth.Test/Mocks/TestChannel.cs
+++ b/src/DotNetOpenAuth.Test/Mocks/TestChannel.cs
@@ -19,7 +19,7 @@ namespace DotNetOpenAuth.Test.Mocks {
: base(messageTypeProvider, bindingElements) {
}
- protected override IDictionary<string, string> ReadFromResponseInternal(Response response) {
+ protected override IDictionary<string, string> ReadFromResponseInternal(DirectWebResponse response) {
throw new NotImplementedException("ReadFromResponseInternal");
}