summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/Messaging/ChannelContract.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth/Messaging/ChannelContract.cs')
-rw-r--r--src/DotNetOpenAuth/Messaging/ChannelContract.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/Messaging/ChannelContract.cs b/src/DotNetOpenAuth/Messaging/ChannelContract.cs
index 9b85d28..02dec1e 100644
--- a/src/DotNetOpenAuth/Messaging/ChannelContract.cs
+++ b/src/DotNetOpenAuth/Messaging/ChannelContract.cs
@@ -34,6 +34,7 @@ namespace DotNetOpenAuth.Messaging {
throw new NotImplementedException();
}
+#if !SILVERLIGHT
/// <summary>
/// Queues a message for sending in the response stream where the fields
/// are sent in the response stream in querystring style.
@@ -50,5 +51,6 @@ namespace DotNetOpenAuth.Messaging {
Contract.Ensures(Contract.Result<OutgoingWebResponse>() != null);
throw new NotImplementedException();
}
+#endif
}
}