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