summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/RelyingParty/IndirectMessageRequest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenId/RelyingParty/IndirectMessageRequest.cs')
-rw-r--r--src/DotNetOpenId/RelyingParty/IndirectMessageRequest.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/DotNetOpenId/RelyingParty/IndirectMessageRequest.cs b/src/DotNetOpenId/RelyingParty/IndirectMessageRequest.cs
index 8348374..c562be1 100644
--- a/src/DotNetOpenId/RelyingParty/IndirectMessageRequest.cs
+++ b/src/DotNetOpenId/RelyingParty/IndirectMessageRequest.cs
@@ -16,9 +16,6 @@ namespace DotNetOpenId.RelyingParty {
public EncodingType EncodingType { get { return EncodingType.IndirectMessage ; } }
public IDictionary<string, string> EncodedFields { get; private set; }
public Uri RedirectUrl { get; private set; }
- public Protocol Protocol {
- get { throw new NotImplementedException(); }
- }
#endregion
}