Home
last modified time | relevance | path

Searched refs:AllowWriteStreamBuffering (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DHttpWebRequest.cs82 AllowWriteStreamBuffering = 0x00000002, enumerator
93 Default = AllowAutoRedirect | AllowWriteStreamBuffering | ExpectContinue
464 public virtual bool AllowWriteStreamBuffering property in System.Net.HttpWebRequest
468 return (_booleans & Booleans.AllowWriteStreamBuffering) != 0;
474 _booleans |= Booleans.AllowWriteStreamBuffering;
478 _booleans &= ~Booleans.AllowWriteStreamBuffering;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpWebRequest.cs90 AllowWriteStreamBuffering = 0x00000002, enumerator
346 public virtual bool AllowWriteStreamBuffering { property in System.Net.HttpWebRequest
348 return (_Booleans&Booleans.AllowWriteStreamBuffering)!=0;
352 _Booleans |= Booleans.AllowWriteStreamBuffering;
355 _Booleans &= ~Booleans.AllowWriteStreamBuffering;
1270 if (AllowWriteStreamBuffering) { in CheckProtocol()
3337 if (AllowWriteStreamBuffering) { in SetRequestSubmitDone()
5208 _Booleans &= ~Booleans.AllowWriteStreamBuffering; in HttpWebRequest()
5245 _Booleans &= ~Booleans.AllowWriteStreamBuffering; in HttpWebRequest()
6022 if (AllowWriteStreamBuffering) { in ClearRequestForResubmit()
[all …]
H A D_Connection.cs3500 … || (returnResult != null && returnResult.IsNotEmpty && currentRequest.AllowWriteStreamBuffering) in ReadComplete()
H A Dwebclient.cs123 public bool AllowWriteStreamBuffering { get; set; } property in System.Net.WebClient
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Sasl/XGoogleToken/
H A DXGoogleTokenMechanism.cs86 request.AllowWriteStreamBuffering = true; in DoClientAuth()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DHttpWebRequestTest.cs348 req.AllowWriteStreamBuffering = false; in BeginGetRequestStream_NoBuffering()
358 req.AllowWriteStreamBuffering = false; in BeginGetRequestStream_NoBuffering()
377 req.AllowWriteStreamBuffering = false; in BeginGetRequestStream_NoBuffering()
401 req.AllowWriteStreamBuffering = false; in BeginGetResponse()
410 req.AllowWriteStreamBuffering = false; in BeginGetResponse()
421 req.AllowWriteStreamBuffering = false; in BeginGetResponse()
431 req.AllowWriteStreamBuffering = false; in BeginGetResponse()
441 req.AllowWriteStreamBuffering = false; in BeginGetResponse()
451 req.AllowWriteStreamBuffering = false; in BeginGetResponse()
872 req.AllowWriteStreamBuffering = false; in GetRequestStream_Write_Overflow()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DHttpWebRequest.platformnotsupported.cs75 public virtual bool AllowWriteStreamBuffering { property in System.Net.HttpWebRequest
H A DHttpWebRequest.cs236 public virtual bool AllowWriteStreamBuffering { property in System.Net.HttpWebRequest
1200 if (AllowWriteStreamBuffering || method == "GET") in Redirect()
1708 if (AllowWriteStreamBuffering) { in CheckFinalStatus()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/tests/
H A DHttpWebRequestTest.cs42 Assert.True(request.AllowWriteStreamBuffering); in Ctor_VerifyDefaults_Success()
475 request.AllowWriteStreamBuffering = true; in AllowWriteStreamBuffering_SetAndGetBoolean_ValuesMatch()
476 Assert.True(request.AllowWriteStreamBuffering); in AllowWriteStreamBuffering_SetAndGetBoolean_ValuesMatch()
477 request.AllowWriteStreamBuffering = false; in AllowWriteStreamBuffering_SetAndGetBoolean_ValuesMatch()
478 Assert.False(request.AllowWriteStreamBuffering); in AllowWriteStreamBuffering_SetAndGetBoolean_ValuesMatch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http/System.Net.Http/
H A DHttpClientHandler.cs240 wr.AllowWriteStreamBuffering = false; in CreateWebRequest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/ref/
H A DSystem.Net.WebClient.cs82 public bool AllowWriteStreamBuffering { get { throw null; } set { } } property in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Protocols/
H A DClientProtocol.cs849 httpRequest.AllowWriteStreamBuffering = true; in GetWebRequest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/ref/
H A DSystem.Net.Requests.cs150 public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } } property in System.Net.HttpWebRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DHttpChannelFactory.cs746 httpWebRequest.AllowWriteStreamBuffering = false; in GetWebRequest()
750 httpWebRequest.AllowWriteStreamBuffering = true; in GetWebRequest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/src/System/Net/
H A DWebClient.cs1997 public bool AllowWriteStreamBuffering { get; set; } property in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/
H A DDataServiceContext.cs1364 request.AllowWriteStreamBuffering = allowStreamBuffering; in CreateRequest()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs5943 public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } } property in System.Net.HttpWebRequest
6327 …public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribut… property in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs6002 public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } } property in System.Net.HttpWebRequest
6398 …public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribut… property in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs5941 public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } } property in System.Net.HttpWebRequest
6325 …public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribut… property in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs5998 public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } } property in System.Net.HttpWebRequest
6394 …public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribut… property in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs8654 public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } } property in System.Net.HttpWebRequest
9044 …public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribut… property in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs8683 public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } } property in System.Net.HttpWebRequest
9076 …public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribut… property in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs8682 public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } } property in System.Net.HttpWebRequest
9074 …public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribut… property in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs8654 public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } } property in System.Net.HttpWebRequest
9044 …public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribut… property in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs8654 public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } } property in System.Net.HttpWebRequest
9044 …public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribut… property in System.Net.WebClient

12