6 references to AllowWriteStreamBuffering
System (6)
net\System\Net\HttpWebRequest.cs (6)
102Default = AllowAutoRedirect | AllowWriteStreamBuffering | ExpectContinue 373return (_Booleans&Booleans.AllowWriteStreamBuffering)!=0; 377_Booleans |= Booleans.AllowWriteStreamBuffering; 380_Booleans &= ~Booleans.AllowWriteStreamBuffering; 5240_Booleans &= ~Booleans.AllowWriteStreamBuffering; 5280_Booleans &= ~Booleans.AllowWriteStreamBuffering;