diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-09-18 08:50:04 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-09-18 08:50:04 -0700 |
commit | b5559f642642e88a1fb4eb3ec5c29f8702f5e538 (patch) | |
tree | fa59c223989bc3ed2f8096c9bac799336277d051 /src | |
parent | babcbe6b0f4a8ba0913c3395e9d56fdd200edd30 (diff) | |
download | DotNetOpenAuth-b5559f642642e88a1fb4eb3ec5c29f8702f5e538.zip DotNetOpenAuth-b5559f642642e88a1fb4eb3ec5c29f8702f5e538.tar.gz DotNetOpenAuth-b5559f642642e88a1fb4eb3ec5c29f8702f5e538.tar.bz2 |
Made StandardWebRequestHandler public.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/Messaging/StandardWebRequestHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/Messaging/StandardWebRequestHandler.cs b/src/DotNetOpenAuth/Messaging/StandardWebRequestHandler.cs index cc991cd..d0b0a32 100644 --- a/src/DotNetOpenAuth/Messaging/StandardWebRequestHandler.cs +++ b/src/DotNetOpenAuth/Messaging/StandardWebRequestHandler.cs @@ -16,7 +16,7 @@ namespace DotNetOpenAuth.Messaging { /// The default handler for transmitting <see cref="HttpWebRequest"/> instances /// and returning the responses. /// </summary> - internal class StandardWebRequestHandler : IDirectWebRequestHandler { + public class StandardWebRequestHandler : IDirectWebRequestHandler { /// <summary> /// The set of options this web request handler supports. /// </summary> |