summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Mocks/TestChannel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOAuth.Test/Mocks/TestChannel.cs')
-rw-r--r--src/DotNetOAuth.Test/Mocks/TestChannel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOAuth.Test/Mocks/TestChannel.cs b/src/DotNetOAuth.Test/Mocks/TestChannel.cs
index bc2ed1e..1920a38 100644
--- a/src/DotNetOAuth.Test/Mocks/TestChannel.cs
+++ b/src/DotNetOAuth.Test/Mocks/TestChannel.cs
@@ -16,11 +16,11 @@ namespace DotNetOAuth.Test.Mocks {
: base(new TestMessageTypeProvider()) {
}
- protected override IProtocolMessage Request(IDirectedProtocolMessage request) {
+ protected internal override IProtocolMessage Request(IDirectedProtocolMessage request) {
throw new NotImplementedException();
}
- protected internal override IProtocolMessage Receive(System.IO.Stream responseStream) {
+ protected internal override IProtocolMessage ReadFromResponse(System.IO.Stream responseStream) {
throw new NotImplementedException();
}