summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumer/SampleWcf.aspx.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-03-28 16:39:59 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-03-28 16:39:59 -0700
commit7942941b70f207814b9c8233c90958903c334528 (patch)
treeee14f60ea4d69341d0a26e30597bd36ed1d48a86 /samples/OAuthConsumer/SampleWcf.aspx.cs
parentda6d943b86c20f5eb7deafeb1bfb2f8cf7ab44d8 (diff)
downloadDotNetOpenAuth-7942941b70f207814b9c8233c90958903c334528.zip
DotNetOpenAuth-7942941b70f207814b9c8233c90958903c334528.tar.gz
DotNetOpenAuth-7942941b70f207814b9c8233c90958903c334528.tar.bz2
Fixed OAuth Consumer sample that broke when everything was renamed.
Diffstat (limited to 'samples/OAuthConsumer/SampleWcf.aspx.cs')
-rw-r--r--samples/OAuthConsumer/SampleWcf.aspx.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthConsumer/SampleWcf.aspx.cs b/samples/OAuthConsumer/SampleWcf.aspx.cs
index db58cea..e733970 100644
--- a/samples/OAuthConsumer/SampleWcf.aspx.cs
+++ b/samples/OAuthConsumer/SampleWcf.aspx.cs
@@ -98,7 +98,7 @@ public partial class SampleWcf : System.Web.UI.Page {
Session["WcfTokenManager"] = tokenManager;
}
MessageReceivingEndpoint oauthEndpoint = new MessageReceivingEndpoint(
- new Uri("http://localhost:65169/ServiceProvider/OAuth.ashx"),
+ new Uri("http://localhost:65169/OAuthServiceProvider/OAuth.ashx"),
HttpDeliveryMethods.PostRequest);
WebConsumer consumer = new WebConsumer(
new ServiceProviderDescription {