diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-05-15 10:43:03 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-05-15 10:45:03 -0700 |
commit | acaeafb5d752a1183bcad21034459b015ba2549d (patch) | |
tree | 0169ac249d0b399399a48892e69c81a6c0d20ec0 /src | |
parent | dcc619fc3ed0d5bce4c816ecb4a753e1782a13e6 (diff) | |
download | DotNetOpenAuth-acaeafb5d752a1183bcad21034459b015ba2549d.zip DotNetOpenAuth-acaeafb5d752a1183bcad21034459b015ba2549d.tar.gz DotNetOpenAuth-acaeafb5d752a1183bcad21034459b015ba2549d.tar.bz2 |
Added utility method to make it easy to modify channels' outgoing HTTP requests, particularly for adding default network credentials to them.
A sample use of this would be:
WebConsumer consumer; // initialized elsewhere
consumer.Channel.UseDefaultNetworkCredentialsOnOutgoingHttpRequests();
Note that this method should only be called ONCE per instantiated channel.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions