4 writes to AllowWriteStreamBuffering
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
2077
request.
AllowWriteStreamBuffering
= allowStreamBuffering;
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
746
httpWebRequest.
AllowWriteStreamBuffering
= false;
750
httpWebRequest.
AllowWriteStreamBuffering
= true;
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
841
httpRequest.
AllowWriteStreamBuffering
= true;
14 references to AllowWriteStreamBuffering
System (14)
net\System\Net\_Connection.cs (1)
3619
|| (returnResult != null && returnResult.IsNotEmpty && currentRequest.
AllowWriteStreamBuffering
)
net\System\Net\HttpWebRequest.cs (13)
1295
if (
AllowWriteStreamBuffering
) {
1315
if ((onRequestStream || _OriginVerb.Equals(KnownHttpVerb.Post) || _OriginVerb.Equals(KnownHttpVerb.Put)) && ContentLength == -1 && !
AllowWriteStreamBuffering
&& KeepAlive) {
3366
if (
AllowWriteStreamBuffering
) {
3638
else if (!
AllowWriteStreamBuffering
&& IsOutstandingGetRequestStream && FinishContinueWait())
4155
if (_OldSubmitWriteStream == null && !_SubmitWriteStream.ErrorInStream &&
AllowWriteStreamBuffering
)
4580
GlobalLog.Print("HttpWebRequest#" + ValidationHelper.HashString(this) + "::EndWriteHeaders_Part2() AllowWriteStreamBuffering:" +
AllowWriteStreamBuffering
);
4581
if (
AllowWriteStreamBuffering
|| (_resendRequestContent != null)) {
5356
serializationInfo.AddValue("_AllowWriteStreamBuffering",
AllowWriteStreamBuffering
);
5696
&&
AllowWriteStreamBuffering
) // We cannot switch to content-length without buffering first.
5826
if (!
AllowWriteStreamBuffering
&& IsOutstandingGetRequestStream) {
5909
if (HttpWriteMode != HttpWriteMode.None && !
AllowWriteStreamBuffering
&& _resendRequestContent == null
6057
if (
AllowWriteStreamBuffering
) {
6067
else if (!
AllowWriteStreamBuffering
) {