| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742 |
- //
- // System.Net.HttpWebRequest
- //
- // Authors:
- // Lawrence Pit ([email protected])
- // Gonzalo Paniagua Javier ([email protected])
- //
- // (c) 2002 Lawrence Pit
- // (c) 2003 Ximian, Inc. (http://www.ximian.com)
- // (c) 2004 Novell, Inc. (http://www.novell.com)
- //
- //
- // Permission is hereby granted, free of charge, to any person obtaining
- // a copy of this software and associated documentation files (the
- // "Software"), to deal in the Software without restriction, including
- // without limitation the rights to use, copy, modify, merge, publish,
- // distribute, sublicense, and/or sell copies of the Software, and to
- // permit persons to whom the Software is furnished to do so, subject to
- // the following conditions:
- //
- // The above copyright notice and this permission notice shall be
- // included in all copies or substantial portions of the Software.
- //
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- //
- using System;
- using System.Collections;
- using System.Configuration;
- using System.Globalization;
- using System.IO;
- using System.Net;
- using System.Net.Cache;
- using System.Net.Sockets;
- using System.Runtime.Remoting.Messaging;
- using System.Runtime.Serialization;
- using System.Security.Cryptography.X509Certificates;
- using System.Text;
- using System.Threading;
- namespace System.Net
- {
- [Serializable]
- public class HttpWebRequest : WebRequest, ISerializable {
- Uri requestUri;
- Uri actualUri;
- bool hostChanged;
- bool allowAutoRedirect = true;
- bool allowBuffering = true;
- X509CertificateCollection certificates;
- string connectionGroup;
- long contentLength = -1;
- HttpContinueDelegate continueDelegate;
- CookieContainer cookieContainer;
- ICredentials credentials;
- bool haveResponse;
- bool haveRequest;
- bool requestSent;
- WebHeaderCollection webHeaders;
- bool keepAlive = true;
- int maxAutoRedirect = 50;
- string mediaType = String.Empty;
- string method = "GET";
- string initialMethod = "GET";
- bool pipelined = true;
- bool preAuthenticate;
- bool usedPreAuth;
- Version version = HttpVersion.Version11;
- bool force_version;
- Version actualVersion;
- IWebProxy proxy;
- bool sendChunked;
- ServicePoint servicePoint;
- int timeout = 100000;
-
- WebConnectionStream writeStream;
- HttpWebResponse webResponse;
- WebAsyncResult asyncWrite;
- WebAsyncResult asyncRead;
- EventHandler abortHandler;
- int aborted;
- bool gotRequestStream;
- int redirects;
- bool expectContinue;
- byte[] bodyBuffer;
- int bodyBufferLength;
- bool getResponseCalled;
- Exception saved_exc;
- object locker = new object ();
- bool finished_reading;
- internal WebConnection WebConnection;
- DecompressionMethods auto_decomp;
- int maxResponseHeadersLength;
- static int defaultMaxResponseHeadersLength;
- int readWriteTimeout = 300000; // ms
- enum NtlmAuthState {
- None,
- Challenge,
- Response
- }
- AuthorizationState auth_state, proxy_auth_state;
- string host;
- // Constructors
- static HttpWebRequest ()
- {
- defaultMaxResponseHeadersLength = 64 * 1024;
- #if !NET_2_1
- NetConfig config = ConfigurationSettings.GetConfig ("system.net/settings") as NetConfig;
- if (config != null) {
- int x = config.MaxResponseHeadersLength;
- if (x != -1)
- x *= 64;
- defaultMaxResponseHeadersLength = x;
- }
- #endif
- }
- #if NET_2_1
- public
- #else
- internal
- #endif
- HttpWebRequest (Uri uri)
- {
- this.requestUri = uri;
- this.actualUri = uri;
- this.proxy = GlobalProxySelection.Select;
- this.webHeaders = new WebHeaderCollection (WebHeaderCollection.HeaderInfo.Request);
- ThrowOnError = true;
- ResetAuthorization ();
- }
-
- [Obsolete ("Serialization is obsoleted for this type", false)]
- protected HttpWebRequest (SerializationInfo serializationInfo, StreamingContext streamingContext)
- {
- SerializationInfo info = serializationInfo;
- requestUri = (Uri) info.GetValue ("requestUri", typeof (Uri));
- actualUri = (Uri) info.GetValue ("actualUri", typeof (Uri));
- allowAutoRedirect = info.GetBoolean ("allowAutoRedirect");
- allowBuffering = info.GetBoolean ("allowBuffering");
- certificates = (X509CertificateCollection) info.GetValue ("certificates", typeof (X509CertificateCollection));
- connectionGroup = info.GetString ("connectionGroup");
- contentLength = info.GetInt64 ("contentLength");
- webHeaders = (WebHeaderCollection) info.GetValue ("webHeaders", typeof (WebHeaderCollection));
- keepAlive = info.GetBoolean ("keepAlive");
- maxAutoRedirect = info.GetInt32 ("maxAutoRedirect");
- mediaType = info.GetString ("mediaType");
- method = info.GetString ("method");
- initialMethod = info.GetString ("initialMethod");
- pipelined = info.GetBoolean ("pipelined");
- version = (Version) info.GetValue ("version", typeof (Version));
- proxy = (IWebProxy) info.GetValue ("proxy", typeof (IWebProxy));
- sendChunked = info.GetBoolean ("sendChunked");
- timeout = info.GetInt32 ("timeout");
- redirects = info.GetInt32 ("redirects");
- host = info.GetString ("host");
- ResetAuthorization ();
- }
- void ResetAuthorization ()
- {
- auth_state = new AuthorizationState (this, false);
- proxy_auth_state = new AuthorizationState (this, true);
- }
-
- // Properties
- public string Accept {
- get { return webHeaders ["Accept"]; }
- set {
- CheckRequestStarted ();
- webHeaders.RemoveAndAdd ("Accept", value);
- }
- }
-
- public Uri Address {
- get { return actualUri; }
- internal set { actualUri = value; } // Used by Ftp+proxy
- }
-
- public bool AllowAutoRedirect {
- get { return allowAutoRedirect; }
- set { this.allowAutoRedirect = value; }
- }
-
- public bool AllowWriteStreamBuffering {
- get { return allowBuffering; }
- set { allowBuffering = value; }
- }
-
- #if NET_4_5
- public virtual bool AllowReadStreamBuffering {
- get { return allowBuffering; }
- set { allowBuffering = value; }
- }
- #endif
- static Exception GetMustImplement ()
- {
- return new NotImplementedException ();
- }
-
- public DecompressionMethods AutomaticDecompression
- {
- get {
- return auto_decomp;
- }
- set {
- CheckRequestStarted ();
- auto_decomp = value;
- }
- }
-
- internal bool InternalAllowBuffering {
- get {
- return (allowBuffering && (method != "HEAD" && method != "GET" &&
- method != "MKCOL" && method != "CONNECT" &&
- method != "TRACE"));
- }
- }
-
- public X509CertificateCollection ClientCertificates {
- get {
- if (certificates == null)
- certificates = new X509CertificateCollection ();
- return certificates;
- }
- [MonoTODO]
- set {
- throw GetMustImplement ();
- }
- }
-
- public string Connection {
- get { return webHeaders ["Connection"]; }
- set {
- CheckRequestStarted ();
- if (string.IsNullOrEmpty (value)) {
- webHeaders.RemoveInternal ("Connection");
- return;
- }
- string val = value.ToLowerInvariant ();
- if (val.Contains ("keep-alive") || val.Contains ("close"))
- throw new ArgumentException ("Keep-Alive and Close may not be set with this property");
- if (keepAlive)
- value = value + ", Keep-Alive";
-
- webHeaders.RemoveAndAdd ("Connection", value);
- }
- }
-
- public override string ConnectionGroupName {
- get { return connectionGroup; }
- set { connectionGroup = value; }
- }
-
- public override long ContentLength {
- get { return contentLength; }
- set {
- CheckRequestStarted ();
- if (value < 0)
- throw new ArgumentOutOfRangeException ("value", "Content-Length must be >= 0");
-
- contentLength = value;
- }
- }
-
- internal long InternalContentLength {
- set { contentLength = value; }
- }
-
- internal bool ThrowOnError { get; set; }
-
- public override string ContentType {
- get { return webHeaders ["Content-Type"]; }
- set {
- if (value == null || value.Trim().Length == 0) {
- webHeaders.RemoveInternal ("Content-Type");
- return;
- }
- webHeaders.RemoveAndAdd ("Content-Type", value);
- }
- }
-
- public HttpContinueDelegate ContinueDelegate {
- get { return continueDelegate; }
- set { continueDelegate = value; }
- }
-
- #if NET_4_5
- virtual
- #endif
- public CookieContainer CookieContainer {
- get { return cookieContainer; }
- set { cookieContainer = value; }
- }
-
- public override ICredentials Credentials {
- get { return credentials; }
- set { credentials = value; }
- }
- #if NET_4_0
- public DateTime Date {
- get {
- string date = webHeaders ["Date"];
- if (date == null)
- return DateTime.MinValue;
- return DateTime.ParseExact (date, "r", CultureInfo.InvariantCulture).ToLocalTime ();
- }
- set {
- if (value.Equals (DateTime.MinValue))
- webHeaders.RemoveInternal ("Date");
- else
- webHeaders.RemoveAndAdd ("Date", value.ToUniversalTime ().ToString ("r", CultureInfo.InvariantCulture));
- }
- }
- #endif
- #if !NET_2_1
- [MonoTODO]
- public static new RequestCachePolicy DefaultCachePolicy
- {
- get {
- throw GetMustImplement ();
- }
- set {
- throw GetMustImplement ();
- }
- }
- #endif
-
- [MonoTODO]
- public static int DefaultMaximumErrorResponseLength
- {
- get {
- throw GetMustImplement ();
- }
- set {
- throw GetMustImplement ();
- }
- }
-
- public string Expect {
- get { return webHeaders ["Expect"]; }
- set {
- CheckRequestStarted ();
- string val = value;
- if (val != null)
- val = val.Trim ().ToLower ();
- if (val == null || val.Length == 0) {
- webHeaders.RemoveInternal ("Expect");
- return;
- }
- if (val == "100-continue")
- throw new ArgumentException ("100-Continue cannot be set with this property.",
- "value");
- webHeaders.RemoveAndAdd ("Expect", value);
- }
- }
-
- #if NET_4_5
- virtual
- #endif
- public bool HaveResponse {
- get { return haveResponse; }
- }
-
- public override WebHeaderCollection Headers {
- get { return webHeaders; }
- set {
- CheckRequestStarted ();
- WebHeaderCollection newHeaders = new WebHeaderCollection (WebHeaderCollection.HeaderInfo.Request);
- int count = value.Count;
- for (int i = 0; i < count; i++)
- newHeaders.Add (value.GetKey (i), value.Get (i));
- webHeaders = newHeaders;
- }
- }
-
- #if NET_4_0
- public
- #else
- internal
- #endif
- string Host {
- get {
- if (host == null)
- return actualUri.Authority;
- return host;
- }
- set {
- if (value == null)
- throw new ArgumentNullException ("value");
- if (!CheckValidHost (actualUri.Scheme, value))
- throw new ArgumentException ("Invalid host: " + value);
- host = value;
- }
- }
- static bool CheckValidHost (string scheme, string val)
- {
- if (val.Length == 0)
- return false;
- if (val [0] == '.')
- return false;
- int idx = val.IndexOf ('/');
- if (idx >= 0)
- return false;
- IPAddress ipaddr;
- if (IPAddress.TryParse (val, out ipaddr))
- return true;
- string u = scheme + "://" + val + "/";
- return Uri.IsWellFormedUriString (u, UriKind.Absolute);
- }
- public DateTime IfModifiedSince {
- get {
- string str = webHeaders ["If-Modified-Since"];
- if (str == null)
- return DateTime.Now;
- try {
- return MonoHttpDate.Parse (str);
- } catch (Exception) {
- return DateTime.Now;
- }
- }
- set {
- CheckRequestStarted ();
- // rfc-1123 pattern
- webHeaders.SetInternal ("If-Modified-Since",
- value.ToUniversalTime ().ToString ("r", null));
- // TODO: check last param when using different locale
- }
- }
- public bool KeepAlive {
- get {
- return keepAlive;
- }
- set {
- keepAlive = value;
- }
- }
-
- public int MaximumAutomaticRedirections {
- get { return maxAutoRedirect; }
- set {
- if (value <= 0)
- throw new ArgumentException ("Must be > 0", "value");
- maxAutoRedirect = value;
- }
- }
- [MonoTODO ("Use this")]
- public int MaximumResponseHeadersLength {
- get { return maxResponseHeadersLength; }
- set { maxResponseHeadersLength = value; }
- }
- [MonoTODO ("Use this")]
- public static int DefaultMaximumResponseHeadersLength {
- get { return defaultMaxResponseHeadersLength; }
- set { defaultMaxResponseHeadersLength = value; }
- }
- public int ReadWriteTimeout {
- get { return readWriteTimeout; }
- set {
- if (requestSent)
- throw new InvalidOperationException ("The request has already been sent.");
- if (value < -1)
- throw new ArgumentOutOfRangeException ("value", "Must be >= -1");
- readWriteTimeout = value;
- }
- }
-
- #if NET_4_5
- [MonoTODO]
- public int ContinueTimeout {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
- #endif
-
- public string MediaType {
- get { return mediaType; }
- set {
- mediaType = value;
- }
- }
-
- public override string Method {
- get { return this.method; }
- set {
- if (value == null || value.Trim () == "")
- throw new ArgumentException ("not a valid method");
- method = value.ToUpperInvariant ();
- if (method != "HEAD" && method != "GET" && method != "POST" && method != "PUT" &&
- method != "DELETE" && method != "CONNECT" && method != "TRACE" &&
- method != "MKCOL") {
- method = value;
- }
- }
- }
-
- public bool Pipelined {
- get { return pipelined; }
- set { pipelined = value; }
- }
-
- public override bool PreAuthenticate {
- get { return preAuthenticate; }
- set { preAuthenticate = value; }
- }
-
- public Version ProtocolVersion {
- get { return version; }
- set {
- if (value != HttpVersion.Version10 && value != HttpVersion.Version11)
- throw new ArgumentException ("value");
- force_version = true;
- version = value;
- }
- }
-
- public override IWebProxy Proxy {
- get { return proxy; }
- set {
- CheckRequestStarted ();
- proxy = value;
- servicePoint = null; // we may need a new one
- }
- }
-
- public string Referer {
- get { return webHeaders ["Referer"]; }
- set {
- CheckRequestStarted ();
- if (value == null || value.Trim().Length == 0) {
- webHeaders.RemoveInternal ("Referer");
- return;
- }
- webHeaders.SetInternal ("Referer", value);
- }
- }
- public override Uri RequestUri {
- get { return requestUri; }
- }
-
- public bool SendChunked {
- get { return sendChunked; }
- set {
- CheckRequestStarted ();
- sendChunked = value;
- }
- }
-
- public ServicePoint ServicePoint {
- get { return GetServicePoint (); }
- }
- internal ServicePoint ServicePointNoLock {
- get { return servicePoint; }
- }
- #if NET_4_0
- [MonoTODO ("for portable library support")]
- public virtual bool SupportsCookieContainer {
- get {
- throw new NotImplementedException ();
- }
- }
- #endif
- public override int Timeout {
- get { return timeout; }
- set {
- if (value < -1)
- throw new ArgumentOutOfRangeException ("value");
- timeout = value;
- }
- }
-
- public string TransferEncoding {
- get { return webHeaders ["Transfer-Encoding"]; }
- set {
- CheckRequestStarted ();
- string val = value;
- if (val != null)
- val = val.Trim ().ToLower ();
- if (val == null || val.Length == 0) {
- webHeaders.RemoveInternal ("Transfer-Encoding");
- return;
- }
- if (val == "chunked")
- throw new ArgumentException ("Chunked encoding must be set with the SendChunked property");
- if (!sendChunked)
- throw new ArgumentException ("SendChunked must be True", "value");
- webHeaders.RemoveAndAdd ("Transfer-Encoding", value);
- }
- }
- public override bool UseDefaultCredentials
- {
- get { return CredentialCache.DefaultCredentials == Credentials; }
- set { Credentials = value ? CredentialCache.DefaultCredentials : null; }
- }
-
- public string UserAgent {
- get { return webHeaders ["User-Agent"]; }
- set { webHeaders.SetInternal ("User-Agent", value); }
- }
- bool unsafe_auth_blah;
- public bool UnsafeAuthenticatedConnectionSharing
- {
- get { return unsafe_auth_blah; }
- set { unsafe_auth_blah = value; }
- }
- internal bool GotRequestStream {
- get { return gotRequestStream; }
- }
- internal bool ExpectContinue {
- get { return expectContinue; }
- set { expectContinue = value; }
- }
-
- internal Uri AuthUri {
- get { return actualUri; }
- }
-
- internal bool ProxyQuery {
- get { return servicePoint.UsesProxy && !servicePoint.UseConnect; }
- }
-
- // Methods
-
- internal ServicePoint GetServicePoint ()
- {
- lock (locker) {
- if (hostChanged || servicePoint == null) {
- servicePoint = ServicePointManager.FindServicePoint (actualUri, proxy);
- hostChanged = false;
- }
- }
- return servicePoint;
- }
-
- public void AddRange (int range)
- {
- AddRange ("bytes", (long) range);
- }
-
- public void AddRange (int from, int to)
- {
- AddRange ("bytes", (long) from, (long) to);
- }
-
- public void AddRange (string rangeSpecifier, int range)
- {
- AddRange (rangeSpecifier, (long) range);
- }
-
- public void AddRange (string rangeSpecifier, int from, int to)
- {
- AddRange (rangeSpecifier, (long) from, (long) to);
- }
- #if NET_4_0
- public
- #else
- internal
- #endif
- void AddRange (long range)
- {
- AddRange ("bytes", (long) range);
- }
- #if NET_4_0
- public
- #else
- internal
- #endif
- void AddRange (long from, long to)
- {
- AddRange ("bytes", from, to);
- }
- #if NET_4_0
- public
- #else
- internal
- #endif
- void AddRange (string rangeSpecifier, long range)
- {
- if (rangeSpecifier == null)
- throw new ArgumentNullException ("rangeSpecifier");
- if (!WebHeaderCollection.IsHeaderValue (rangeSpecifier))
- throw new ArgumentException ("Invalid range specifier", "rangeSpecifier");
- string r = webHeaders ["Range"];
- if (r == null)
- r = rangeSpecifier + "=";
- else {
- string old_specifier = r.Substring (0, r.IndexOf ('='));
- if (String.Compare (old_specifier, rangeSpecifier, StringComparison.OrdinalIgnoreCase) != 0)
- throw new InvalidOperationException ("A different range specifier is already in use");
- r += ",";
- }
- string n = range.ToString (CultureInfo.InvariantCulture);
- if (range < 0)
- r = r + "0" + n;
- else
- r = r + n + "-";
- webHeaders.RemoveAndAdd ("Range", r);
- }
- #if NET_4_0
- public
- #else
- internal
- #endif
- void AddRange (string rangeSpecifier, long from, long to)
- {
- if (rangeSpecifier == null)
- throw new ArgumentNullException ("rangeSpecifier");
- if (!WebHeaderCollection.IsHeaderValue (rangeSpecifier))
- throw new ArgumentException ("Invalid range specifier", "rangeSpecifier");
- if (from > to || from < 0)
- throw new ArgumentOutOfRangeException ("from");
- if (to < 0)
- throw new ArgumentOutOfRangeException ("to");
- string r = webHeaders ["Range"];
- if (r == null)
- r = rangeSpecifier + "=";
- else
- r += ",";
- r = String.Format ("{0}{1}-{2}", r, from, to);
- webHeaders.RemoveAndAdd ("Range", r);
- }
-
- public override IAsyncResult BeginGetRequestStream (AsyncCallback callback, object state)
- {
- if (Aborted)
- throw new WebException ("The request was canceled.", WebExceptionStatus.RequestCanceled);
- bool send = !(method == "GET" || method == "CONNECT" || method == "HEAD" ||
- method == "TRACE");
- if (method == null || !send)
- throw new ProtocolViolationException ("Cannot send data when method is: " + method);
- if (contentLength == -1 && !sendChunked && !allowBuffering && KeepAlive)
- throw new ProtocolViolationException ("Content-Length not set");
- string transferEncoding = TransferEncoding;
- if (!sendChunked && transferEncoding != null && transferEncoding.Trim () != "")
- throw new ProtocolViolationException ("SendChunked should be true.");
- lock (locker)
- {
- if (getResponseCalled)
- throw new InvalidOperationException ("The operation cannot be performed once the request has been submitted.");
- if (asyncWrite != null) {
- throw new InvalidOperationException ("Cannot re-call start of asynchronous " +
- "method while a previous call is still in progress.");
- }
-
- asyncWrite = new WebAsyncResult (this, callback, state);
- initialMethod = method;
- if (haveRequest) {
- if (writeStream != null) {
- asyncWrite.SetCompleted (true, writeStream);
- asyncWrite.DoCallback ();
- return asyncWrite;
- }
- }
-
- gotRequestStream = true;
- WebAsyncResult result = asyncWrite;
- if (!requestSent) {
- requestSent = true;
- redirects = 0;
- servicePoint = GetServicePoint ();
- abortHandler = servicePoint.SendRequest (this, connectionGroup);
- }
- return result;
- }
- }
- public override Stream EndGetRequestStream (IAsyncResult asyncResult)
- {
- if (asyncResult == null)
- throw new ArgumentNullException ("asyncResult");
- WebAsyncResult result = asyncResult as WebAsyncResult;
- if (result == null)
- throw new ArgumentException ("Invalid IAsyncResult");
- asyncWrite = result;
- result.WaitUntilComplete ();
- Exception e = result.Exception;
- if (e != null)
- throw e;
- return result.WriteStream;
- }
-
- public override Stream GetRequestStream()
- {
- IAsyncResult asyncResult = asyncWrite;
- if (asyncResult == null) {
- asyncResult = BeginGetRequestStream (null, null);
- asyncWrite = (WebAsyncResult) asyncResult;
- }
- if (!asyncResult.IsCompleted && !asyncResult.AsyncWaitHandle.WaitOne (timeout, false)) {
- Abort ();
- throw new WebException ("The request timed out", WebExceptionStatus.Timeout);
- }
- return EndGetRequestStream (asyncResult);
- }
- WebAsyncResult CheckIfForceWrite (AsyncCallback callback, object state)
- {
- if (writeStream == null || writeStream.RequestWritten || !InternalAllowBuffering)
- return null;
- #if NET_4_0
- if (contentLength < 0 && writeStream.CanWrite == true && writeStream.WriteBufferLength < 0)
- return null;
- if (contentLength < 0 && writeStream.WriteBufferLength >= 0)
- InternalContentLength = writeStream.WriteBufferLength;
- #else
- if (contentLength < 0 && writeStream.CanWrite == true)
- return null;
- #endif
- // This will write the POST/PUT if the write stream already has the expected
- // amount of bytes in it (ContentLength) (bug #77753) or if the write stream
- // contains data and it has been closed already (xamarin bug #1512).
- if (writeStream.WriteBufferLength == contentLength || (contentLength == -1 && writeStream.CanWrite == false))
- return writeStream.WriteRequestAsync (callback, state);
- return null;
- }
- public override IAsyncResult BeginGetResponse (AsyncCallback callback, object state)
- {
- if (Aborted)
- throw new WebException ("The request was canceled.", WebExceptionStatus.RequestCanceled);
- if (method == null)
- throw new ProtocolViolationException ("Method is null.");
- string transferEncoding = TransferEncoding;
- if (!sendChunked && transferEncoding != null && transferEncoding.Trim () != "")
- throw new ProtocolViolationException ("SendChunked should be true.");
- Monitor.Enter (locker);
- getResponseCalled = true;
- if (asyncRead != null && !haveResponse) {
- Monitor.Exit (locker);
- throw new InvalidOperationException ("Cannot re-call start of asynchronous " +
- "method while a previous call is still in progress.");
- }
- asyncRead = new WebAsyncResult (this, callback, state);
- WebAsyncResult aread = asyncRead;
- initialMethod = method;
- aread.InnerAsyncResult = CheckIfForceWrite (GetResponseAsyncCB, aread);
- if (aread.InnerAsyncResult == null)
- GetResponseAsyncCB2 (aread);
- else
- Monitor.Exit (locker);
- return aread;
- }
- void GetResponseAsyncCB (IAsyncResult ar)
- {
- var result = (WebAsyncResult)ar;
- var innerResult = (WebAsyncResult)result.InnerAsyncResult;
- result.InnerAsyncResult = null;
- if (innerResult != null && innerResult.GotException) {
- asyncRead.SetCompleted (true, innerResult.Exception);
- asyncRead.DoCallback ();
- return;
- }
- Monitor.Enter (locker);
- GetResponseAsyncCB2 ((WebAsyncResult)ar);
- }
- void GetResponseAsyncCB2 (WebAsyncResult aread)
- {
- if (haveResponse) {
- Exception saved = saved_exc;
- if (webResponse != null) {
- Monitor.Exit (locker);
- if (saved == null) {
- aread.SetCompleted (true, webResponse);
- } else {
- aread.SetCompleted (true, saved);
- }
- aread.DoCallback ();
- return;
- } else if (saved != null) {
- Monitor.Exit (locker);
- aread.SetCompleted (true, saved);
- aread.DoCallback ();
- return;
- }
- }
- if (!requestSent) {
- requestSent = true;
- redirects = 0;
- servicePoint = GetServicePoint ();
- abortHandler = servicePoint.SendRequest (this, connectionGroup);
- }
- Monitor.Exit (locker);
- }
- public override WebResponse EndGetResponse (IAsyncResult asyncResult)
- {
- if (asyncResult == null)
- throw new ArgumentNullException ("asyncResult");
- WebAsyncResult result = asyncResult as WebAsyncResult;
- if (result == null)
- throw new ArgumentException ("Invalid IAsyncResult", "asyncResult");
- if (!result.WaitUntilComplete (timeout, false)) {
- Abort ();
- throw new WebException("The request timed out", WebExceptionStatus.Timeout);
- }
- if (result.GotException)
- throw result.Exception;
- return result.Response;
- }
-
- #if NET_3_5
- public Stream EndGetRequestStream (IAsyncResult asyncResult, out TransportContext transportContext)
- {
- transportContext = null;
- return EndGetRequestStream (asyncResult);
- }
- #endif
- public override WebResponse GetResponse()
- {
- WebAsyncResult result = (WebAsyncResult) BeginGetResponse (null, null);
- return EndGetResponse (result);
- }
-
- internal bool FinishedReading {
- get { return finished_reading; }
- set { finished_reading = value; }
- }
- internal bool Aborted {
- get { return Interlocked.CompareExchange (ref aborted, 0, 0) == 1; }
- }
- public override void Abort ()
- {
- if (Interlocked.CompareExchange (ref aborted, 1, 0) == 1)
- return;
- if (haveResponse && finished_reading)
- return;
- haveResponse = true;
- if (abortHandler != null) {
- try {
- abortHandler (this, EventArgs.Empty);
- } catch (Exception) {}
- abortHandler = null;
- }
- if (asyncWrite != null) {
- WebAsyncResult r = asyncWrite;
- if (!r.IsCompleted) {
- try {
- WebException wexc = new WebException ("Aborted.", WebExceptionStatus.RequestCanceled);
- r.SetCompleted (false, wexc);
- r.DoCallback ();
- } catch {}
- }
- asyncWrite = null;
- }
- if (asyncRead != null) {
- WebAsyncResult r = asyncRead;
- if (!r.IsCompleted) {
- try {
- WebException wexc = new WebException ("Aborted.", WebExceptionStatus.RequestCanceled);
- r.SetCompleted (false, wexc);
- r.DoCallback ();
- } catch {}
- }
- asyncRead = null;
- }
- if (writeStream != null) {
- try {
- writeStream.Close ();
- writeStream = null;
- } catch {}
- }
- if (webResponse != null) {
- try {
- webResponse.Close ();
- webResponse = null;
- } catch {}
- }
- }
-
- void ISerializable.GetObjectData (SerializationInfo serializationInfo,
- StreamingContext streamingContext)
- {
- GetObjectData (serializationInfo, streamingContext);
- }
- protected override void GetObjectData (SerializationInfo serializationInfo,
- StreamingContext streamingContext)
- {
- SerializationInfo info = serializationInfo;
- info.AddValue ("requestUri", requestUri, typeof (Uri));
- info.AddValue ("actualUri", actualUri, typeof (Uri));
- info.AddValue ("allowAutoRedirect", allowAutoRedirect);
- info.AddValue ("allowBuffering", allowBuffering);
- info.AddValue ("certificates", certificates, typeof (X509CertificateCollection));
- info.AddValue ("connectionGroup", connectionGroup);
- info.AddValue ("contentLength", contentLength);
- info.AddValue ("webHeaders", webHeaders, typeof (WebHeaderCollection));
- info.AddValue ("keepAlive", keepAlive);
- info.AddValue ("maxAutoRedirect", maxAutoRedirect);
- info.AddValue ("mediaType", mediaType);
- info.AddValue ("method", method);
- info.AddValue ("initialMethod", initialMethod);
- info.AddValue ("pipelined", pipelined);
- info.AddValue ("version", version, typeof (Version));
- info.AddValue ("proxy", proxy, typeof (IWebProxy));
- info.AddValue ("sendChunked", sendChunked);
- info.AddValue ("timeout", timeout);
- info.AddValue ("redirects", redirects);
- info.AddValue ("host", host);
- }
-
- void CheckRequestStarted ()
- {
- if (requestSent)
- throw new InvalidOperationException ("request started");
- }
- internal void DoContinueDelegate (int statusCode, WebHeaderCollection headers)
- {
- if (continueDelegate != null)
- continueDelegate (statusCode, headers);
- }
-
- bool Redirect (WebAsyncResult result, HttpStatusCode code)
- {
- redirects++;
- Exception e = null;
- string uriString = null;
- switch (code) {
- case HttpStatusCode.Ambiguous: // 300
- e = new WebException ("Ambiguous redirect.");
- break;
- case HttpStatusCode.MovedPermanently: // 301
- case HttpStatusCode.Redirect: // 302
- if (method == "POST")
- method = "GET";
- break;
- case HttpStatusCode.TemporaryRedirect: // 307
- break;
- case HttpStatusCode.SeeOther: //303
- method = "GET";
- break;
- case HttpStatusCode.NotModified: // 304
- return false;
- case HttpStatusCode.UseProxy: // 305
- e = new NotImplementedException ("Proxy support not available.");
- break;
- case HttpStatusCode.Unused: // 306
- default:
- e = new ProtocolViolationException ("Invalid status code: " + (int) code);
- break;
- }
- if (e != null)
- throw e;
- contentLength = -1;
- //bodyBufferLength = 0;
- //bodyBuffer = null;
- uriString = webResponse.Headers ["Location"];
- if (uriString == null)
- throw new WebException ("No Location header found for " + (int) code,
- WebExceptionStatus.ProtocolError);
- Uri prev = actualUri;
- try {
- actualUri = new Uri (actualUri, uriString);
- } catch (Exception) {
- throw new WebException (String.Format ("Invalid URL ({0}) for {1}",
- uriString, (int) code),
- WebExceptionStatus.ProtocolError);
- }
- hostChanged = (actualUri.Scheme != prev.Scheme || Host != prev.Authority);
- return true;
- }
- string GetHeaders ()
- {
- bool continue100 = false;
- if (sendChunked) {
- continue100 = true;
- webHeaders.RemoveAndAdd ("Transfer-Encoding", "chunked");
- webHeaders.RemoveInternal ("Content-Length");
- } else if (contentLength != -1) {
- if (auth_state.NtlmAuthState == NtlmAuthState.Challenge || proxy_auth_state.NtlmAuthState == NtlmAuthState.Challenge) {
- // We don't send any body with the NTLM Challenge request.
- webHeaders.SetInternal ("Content-Length", "0");
- } else {
- if (contentLength > 0)
- continue100 = true;
- webHeaders.SetInternal ("Content-Length", contentLength.ToString ());
- }
- webHeaders.RemoveInternal ("Transfer-Encoding");
- } else {
- webHeaders.RemoveInternal ("Content-Length");
- }
- if (actualVersion == HttpVersion.Version11 && continue100 &&
- servicePoint.SendContinue) { // RFC2616 8.2.3
- webHeaders.RemoveAndAdd ("Expect" , "100-continue");
- expectContinue = true;
- } else {
- webHeaders.RemoveInternal ("Expect");
- expectContinue = false;
- }
- bool proxy_query = ProxyQuery;
- string connectionHeader = (proxy_query) ? "Proxy-Connection" : "Connection";
- webHeaders.RemoveInternal ((!proxy_query) ? "Proxy-Connection" : "Connection");
- Version proto_version = servicePoint.ProtocolVersion;
- bool spoint10 = (proto_version == null || proto_version == HttpVersion.Version10);
- if (keepAlive && (version == HttpVersion.Version10 || spoint10)) {
- if (webHeaders[connectionHeader] == null
- || webHeaders[connectionHeader].IndexOf ("keep-alive", StringComparison.OrdinalIgnoreCase) == -1)
- webHeaders.RemoveAndAdd (connectionHeader, "keep-alive");
- } else if (!keepAlive && version == HttpVersion.Version11) {
- webHeaders.RemoveAndAdd (connectionHeader, "close");
- }
- webHeaders.SetInternal ("Host", Host);
- if (cookieContainer != null) {
- string cookieHeader = cookieContainer.GetCookieHeader (actualUri);
- if (cookieHeader != "")
- webHeaders.RemoveAndAdd ("Cookie", cookieHeader);
- else
- webHeaders.RemoveInternal ("Cookie");
- }
- string accept_encoding = null;
- if ((auto_decomp & DecompressionMethods.GZip) != 0)
- accept_encoding = "gzip";
- if ((auto_decomp & DecompressionMethods.Deflate) != 0)
- accept_encoding = accept_encoding != null ? "gzip, deflate" : "deflate";
- if (accept_encoding != null)
- webHeaders.RemoveAndAdd ("Accept-Encoding", accept_encoding);
- if (!usedPreAuth && preAuthenticate)
- DoPreAuthenticate ();
- return webHeaders.ToString ();
- }
- void DoPreAuthenticate ()
- {
- bool isProxy = (proxy != null && !proxy.IsBypassed (actualUri));
- ICredentials creds = (!isProxy || credentials != null) ? credentials : proxy.Credentials;
- Authorization auth = AuthenticationManager.PreAuthenticate (this, creds);
- if (auth == null)
- return;
- webHeaders.RemoveInternal ("Proxy-Authorization");
- webHeaders.RemoveInternal ("Authorization");
- string authHeader = (isProxy && credentials == null) ? "Proxy-Authorization" : "Authorization";
- webHeaders [authHeader] = auth.Message;
- usedPreAuth = true;
- }
-
- internal void SetWriteStreamError (WebExceptionStatus status, Exception exc)
- {
- if (Aborted)
- return;
- WebAsyncResult r = asyncWrite;
- if (r == null)
- r = asyncRead;
- if (r != null) {
- string msg;
- WebException wex;
- if (exc == null) {
- msg = "Error: " + status;
- wex = new WebException (msg, status);
- } else {
- msg = String.Format ("Error: {0} ({1})", status, exc.Message);
- wex = new WebException (msg, exc, status);
- }
- r.SetCompleted (false, wex);
- r.DoCallback ();
- }
- }
- internal byte[] GetRequestHeaders ()
- {
- StringBuilder req = new StringBuilder ();
- string query;
- if (!ProxyQuery) {
- query = actualUri.PathAndQuery;
- } else {
- query = String.Format ("{0}://{1}{2}", actualUri.Scheme,
- Host,
- actualUri.PathAndQuery);
- }
-
- if (!force_version && servicePoint.ProtocolVersion != null && servicePoint.ProtocolVersion < version) {
- actualVersion = servicePoint.ProtocolVersion;
- } else {
- actualVersion = version;
- }
- req.AppendFormat ("{0} {1} HTTP/{2}.{3}\r\n", method, query,
- actualVersion.Major, actualVersion.Minor);
- req.Append (GetHeaders ());
- string reqstr = req.ToString ();
- return Encoding.UTF8.GetBytes (reqstr);
- }
- internal void SetWriteStream (WebConnectionStream stream)
- {
- if (Aborted)
- return;
-
- writeStream = stream;
- if (bodyBuffer != null) {
- webHeaders.RemoveInternal ("Transfer-Encoding");
- contentLength = bodyBufferLength;
- writeStream.SendChunked = false;
- }
- try {
- var result = writeStream.SetHeadersAsync (false, SetWriteStreamCB, null);
- if (result == null)
- SetWriteStreamCB (null);
- } catch (Exception exc) {
- SetWriteStreamErrorCB (exc);
- }
- }
- void SetWriteStreamErrorCB (Exception exc)
- {
- WebException wexc = exc as WebException;
- if (wexc != null)
- SetWriteStreamError (wexc.Status, wexc);
- else
- SetWriteStreamError (WebExceptionStatus.SendFailure, exc);
- }
- void SetWriteStreamCB (IAsyncResult ar)
- {
- WebAsyncResult result = ar as WebAsyncResult;
- if (result != null && result.Exception != null) {
- SetWriteStreamErrorCB (result.Exception);
- return;
- }
-
- haveRequest = true;
- WebAsyncResult writeRequestResult = null;
- if (bodyBuffer != null) {
- // The body has been written and buffered. The request "user"
- // won't write it again, so we must do it.
- if (auth_state.NtlmAuthState != NtlmAuthState.Challenge && proxy_auth_state.NtlmAuthState != NtlmAuthState.Challenge) {
- // FIXME: this is a blocking call on the thread pool that could lead to thread pool exhaustion
- writeStream.Write (bodyBuffer, 0, bodyBufferLength);
- bodyBuffer = null;
- writeStream.Close ();
- }
- } else if (method != "HEAD" && method != "GET" && method != "MKCOL" && method != "CONNECT" &&
- method != "TRACE") {
- if (getResponseCalled && !writeStream.RequestWritten)
- writeRequestResult = writeStream.WriteRequestAsync (SetWriteStreamCB2, null);
- }
- if (writeRequestResult == null)
- SetWriteStreamCB2 (null);
- }
- void SetWriteStreamCB2 (IAsyncResult ar)
- {
- var result = (WebAsyncResult)ar;
- if (result != null && result.GotException) {
- SetWriteStreamErrorCB (result.Exception);
- return;
- }
- if (asyncWrite != null) {
- asyncWrite.SetCompleted (false, writeStream);
- asyncWrite.DoCallback ();
- asyncWrite = null;
- }
- }
- internal void SetResponseError (WebExceptionStatus status, Exception e, string where)
- {
- if (Aborted)
- return;
- lock (locker) {
- string msg = String.Format ("Error getting response stream ({0}): {1}", where, status);
- WebAsyncResult r = asyncRead;
- if (r == null)
- r = asyncWrite;
- WebException wexc;
- if (e is WebException) {
- wexc = (WebException) e;
- } else {
- wexc = new WebException (msg, e, status, null);
- }
- if (r != null) {
- if (!r.IsCompleted) {
- r.SetCompleted (false, wexc);
- r.DoCallback ();
- } else if (r == asyncWrite) {
- saved_exc = wexc;
- }
- haveResponse = true;
- asyncRead = null;
- asyncWrite = null;
- } else {
- haveResponse = true;
- saved_exc = wexc;
- }
- }
- }
- void CheckSendError (WebConnectionData data)
- {
- // Got here, but no one called GetResponse
- int status = data.StatusCode;
- if (status < 400 || status == 401 || status == 407)
- return;
- if (writeStream != null && asyncRead == null && !writeStream.CompleteRequestWritten) {
- // The request has not been completely sent and we got here!
- // We should probably just close and cause an error in any case,
- saved_exc = new WebException (data.StatusDescription, null, WebExceptionStatus.ProtocolError, webResponse);
- if (allowBuffering || sendChunked || writeStream.totalWritten >= contentLength) {
- webResponse.ReadAll ();
- } else {
- writeStream.IgnoreIOErrors = true;
- }
- }
- }
- bool HandleNtlmAuth (WebAsyncResult r)
- {
- bool isProxy = webResponse.StatusCode == HttpStatusCode.ProxyAuthenticationRequired;
- if ((isProxy ? proxy_auth_state.NtlmAuthState : auth_state.NtlmAuthState) == NtlmAuthState.None)
- return false;
- WebConnectionStream wce = webResponse.GetResponseStream () as WebConnectionStream;
- if (wce != null) {
- WebConnection cnc = wce.Connection;
- cnc.PriorityRequest = this;
- ICredentials creds = !isProxy ? credentials : proxy.Credentials;
- if (creds != null) {
- cnc.NtlmCredential = creds.GetCredential (requestUri, "NTLM");
- cnc.UnsafeAuthenticatedConnectionSharing = unsafe_auth_blah;
- }
- }
- r.Reset ();
- finished_reading = false;
- haveResponse = false;
- webResponse.ReadAll ();
- webResponse = null;
- return true;
- }
- internal void SetResponseData (WebConnectionData data)
- {
- lock (locker) {
- if (Aborted) {
- if (data.stream != null)
- data.stream.Close ();
- return;
- }
- WebException wexc = null;
- try {
- webResponse = new HttpWebResponse (actualUri, method, data, cookieContainer);
- } catch (Exception e) {
- wexc = new WebException (e.Message, e, WebExceptionStatus.ProtocolError, null);
- if (data.stream != null)
- data.stream.Close ();
- }
- if (wexc == null && (method == "POST" || method == "PUT")) {
- CheckSendError (data);
- if (saved_exc != null)
- wexc = (WebException) saved_exc;
- }
- WebAsyncResult r = asyncRead;
- bool forced = false;
- if (r == null && webResponse != null) {
- // This is a forced completion (302, 204)...
- forced = true;
- r = new WebAsyncResult (null, null);
- r.SetCompleted (false, webResponse);
- }
- if (r != null) {
- if (wexc != null) {
- haveResponse = true;
- if (!r.IsCompleted)
- r.SetCompleted (false, wexc);
- r.DoCallback ();
- return;
- }
- bool isProxy = ProxyQuery && !proxy.IsBypassed (actualUri);
- bool redirected;
- try {
- redirected = CheckFinalStatus (r);
- if (!redirected) {
- if ((isProxy ? proxy_auth_state.IsNtlmAuthenticated : auth_state.IsNtlmAuthenticated) &&
- webResponse != null && (int)webResponse.StatusCode < 400) {
- WebConnectionStream wce = webResponse.GetResponseStream () as WebConnectionStream;
- if (wce != null) {
- WebConnection cnc = wce.Connection;
- cnc.NtlmAuthenticated = true;
- }
- }
- // clear internal buffer so that it does not
- // hold possible big buffer (bug #397627)
- if (writeStream != null)
- writeStream.KillBuffer ();
- haveResponse = true;
- r.SetCompleted (false, webResponse);
- r.DoCallback ();
- } else {
- if (webResponse != null) {
- if (HandleNtlmAuth (r))
- return;
- webResponse.Close ();
- }
- finished_reading = false;
- haveResponse = false;
- webResponse = null;
- r.Reset ();
- servicePoint = GetServicePoint ();
- abortHandler = servicePoint.SendRequest (this, connectionGroup);
- }
- } catch (WebException wexc2) {
- if (forced) {
- saved_exc = wexc2;
- haveResponse = true;
- }
- r.SetCompleted (false, wexc2);
- r.DoCallback ();
- return;
- } catch (Exception ex) {
- wexc = new WebException (ex.Message, ex, WebExceptionStatus.ProtocolError, null);
- if (forced) {
- saved_exc = wexc;
- haveResponse = true;
- }
- r.SetCompleted (false, wexc);
- r.DoCallback ();
- return;
- }
- }
- }
- }
- struct AuthorizationState
- {
- readonly HttpWebRequest request;
- readonly bool isProxy;
- bool isCompleted;
- NtlmAuthState ntlm_auth_state;
- public bool IsCompleted {
- get { return isCompleted; }
- }
- public NtlmAuthState NtlmAuthState {
- get { return ntlm_auth_state; }
- }
- public bool IsNtlmAuthenticated {
- get { return isCompleted && ntlm_auth_state != NtlmAuthState.None; }
- }
- public AuthorizationState (HttpWebRequest request, bool isProxy)
- {
- this.request = request;
- this.isProxy = isProxy;
- isCompleted = false;
- ntlm_auth_state = NtlmAuthState.None;
- }
- public bool CheckAuthorization (WebResponse response, HttpStatusCode code)
- {
- isCompleted = false;
- if (code == HttpStatusCode.Unauthorized && request.credentials == null)
- return false;
- // FIXME: This should never happen!
- if (isProxy != (code == HttpStatusCode.ProxyAuthenticationRequired))
- return false;
- if (isProxy && (request.proxy == null || request.proxy.Credentials == null))
- return false;
- string [] authHeaders = response.Headers.GetValues_internal (isProxy ? "Proxy-Authenticate" : "WWW-Authenticate", false);
- if (authHeaders == null || authHeaders.Length == 0)
- return false;
- ICredentials creds = (!isProxy) ? request.credentials : request.proxy.Credentials;
- Authorization auth = null;
- foreach (string authHeader in authHeaders) {
- auth = AuthenticationManager.Authenticate (authHeader, request, creds);
- if (auth != null)
- break;
- }
- if (auth == null)
- return false;
- request.webHeaders [isProxy ? "Proxy-Authorization" : "Authorization"] = auth.Message;
- isCompleted = auth.Complete;
- bool is_ntlm = (auth.Module.AuthenticationType == "NTLM");
- if (is_ntlm)
- ntlm_auth_state = (NtlmAuthState)((int) ntlm_auth_state + 1);
- return true;
- }
- public void Reset ()
- {
- isCompleted = false;
- ntlm_auth_state = NtlmAuthState.None;
- request.webHeaders.RemoveInternal (isProxy ? "Proxy-Authorization" : "Authorization");
- }
- public override string ToString ()
- {
- return string.Format ("{0}AuthState [{1}:{2}]", isProxy ? "Proxy" : "", isCompleted, ntlm_auth_state);
- }
- }
- bool CheckAuthorization (WebResponse response, HttpStatusCode code)
- {
- bool isProxy = code == HttpStatusCode.ProxyAuthenticationRequired;
- return isProxy ? proxy_auth_state.CheckAuthorization (response, code) : auth_state.CheckAuthorization (response, code);
- }
- // Returns true if redirected
- bool CheckFinalStatus (WebAsyncResult result)
- {
- if (result.GotException) {
- bodyBuffer = null;
- throw result.Exception;
- }
- Exception throwMe = result.Exception;
- HttpWebResponse resp = result.Response;
- WebExceptionStatus protoError = WebExceptionStatus.ProtocolError;
- HttpStatusCode code = 0;
- if (throwMe == null && webResponse != null) {
- code = webResponse.StatusCode;
- if ((!auth_state.IsCompleted && code == HttpStatusCode.Unauthorized && credentials != null) ||
- (ProxyQuery && !proxy_auth_state.IsCompleted && code == HttpStatusCode.ProxyAuthenticationRequired)) {
- if (!usedPreAuth && CheckAuthorization (webResponse, code)) {
- // Keep the written body, so it can be rewritten in the retry
- if (InternalAllowBuffering) {
- // NTLM: This is to avoid sending data in the 'challenge' request
- // We save it in the first request (first 401), don't send anything
- // in the challenge request and send it in the response request along
- // with the buffers kept form the first request.
- if (auth_state.NtlmAuthState == NtlmAuthState.Challenge || proxy_auth_state.NtlmAuthState == NtlmAuthState.Challenge) {
- bodyBuffer = writeStream.WriteBuffer;
- bodyBufferLength = writeStream.WriteBufferLength;
- }
- return true;
- } else if (method != "PUT" && method != "POST") {
- bodyBuffer = null;
- return true;
- }
- if (!ThrowOnError)
- return false;
-
- writeStream.InternalClose ();
- writeStream = null;
- webResponse.Close ();
- webResponse = null;
- bodyBuffer = null;
-
- throw new WebException ("This request requires buffering " +
- "of data for authentication or " +
- "redirection to be sucessful.");
- }
- }
- bodyBuffer = null;
- if ((int) code >= 400) {
- string err = String.Format ("The remote server returned an error: ({0}) {1}.",
- (int) code, webResponse.StatusDescription);
- throwMe = new WebException (err, null, protoError, webResponse);
- webResponse.ReadAll ();
- } else if ((int) code == 304 && allowAutoRedirect) {
- string err = String.Format ("The remote server returned an error: ({0}) {1}.",
- (int) code, webResponse.StatusDescription);
- throwMe = new WebException (err, null, protoError, webResponse);
- } else if ((int) code >= 300 && allowAutoRedirect && redirects >= maxAutoRedirect) {
- throwMe = new WebException ("Max. redirections exceeded.", null,
- protoError, webResponse);
- webResponse.ReadAll ();
- }
- }
- bodyBuffer = null;
- if (throwMe == null) {
- bool b = false;
- int c = (int) code;
- if (allowAutoRedirect && c >= 300) {
- b = Redirect (result, code);
- if (InternalAllowBuffering && writeStream.WriteBufferLength > 0) {
- bodyBuffer = writeStream.WriteBuffer;
- bodyBufferLength = writeStream.WriteBufferLength;
- }
- if (b && !unsafe_auth_blah) {
- auth_state.Reset ();
- proxy_auth_state.Reset ();
- }
- }
- if (resp != null && c >= 300 && c != 304)
- resp.ReadAll ();
- return b;
- }
-
- if (!ThrowOnError)
- return false;
- if (writeStream != null) {
- writeStream.InternalClose ();
- writeStream = null;
- }
- webResponse = null;
- throw throwMe;
- }
- internal bool ReuseConnection {
- get;
- set;
- }
- internal WebConnection StoredConnection;
- }
- }
|