Yes, it supports it, but it must be installed in the transport binding. If you use WebHttpBinding
, you can set the TransferMode
property to TransferMode.Streamed
If you use custom binding, you can set this property to HttpTransportBindingElement
.
source share