2 writes to streamed
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
1098this.streamed = TransferModeHelper.IsRequestStreamed(settings.TransferMode); 1102this.streamed = TransferModeHelper.IsResponseStreamed(settings.TransferMode);
8 references to streamed
System.ServiceModel (8)
System\ServiceModel\Channels\HttpChannelHelpers.cs (8)
1336if (this.streamed) 1825if (streamed) 1880else if (streamed) 1964else if (streamed) 2066if (!suppressEntityBody && !httpOutput.streamed) 2130if (!httpOutput.streamed) 2157if (httpOutput.streamed) 2280if (!thisPtr.httpOutput.streamed && thisPtr.httpOutput.IsChannelBindingSupportEnabled)