diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-11-23 23:04:56 -0800 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-11-23 23:04:56 -0800 |
commit | e81621138e95624e12db5667c5720cde1f0475d9 (patch) | |
tree | 80a8ca1fe36611b99ef790801d90922f489d4aad /src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs | |
parent | 87af9a2cf5efade047cef5966d6d05fc40592a85 (diff) | |
download | DotNetOpenAuth-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/CoordinatingChannel.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs b/src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs index 2f82c06..e10cda5 100644 --- a/src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs +++ b/src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs @@ -68,7 +68,7 @@ namespace DotNetOpenAuth.Test.Mocks { return request.Message; } - protected override IDictionary<string, string> ReadFromResponseInternal(Response response) { + protected override IDictionary<string, string> ReadFromResponseInternal(DirectWebResponse response) { Channel_Accessor accessor = Channel_Accessor.AttachShadow(this.wrappedChannel); return accessor.ReadFromResponseInternal(response); } |