Noemax.WCFX.Behaviors Namespace : EnumerableStreamBehavior Class |
'Declaration Public Class EnumerableStreamBehavior
'Usage Dim instance As EnumerableStreamBehavior
public class EnumerableStreamBehavior
public class EnumerableStreamBehavior
public class EnumerableStreamBehavior
public __gc class EnumerableStreamBehavior
public ref class EnumerableStreamBehavior
The EnumerableStreamBehavior performs streamed serialization of IEnumerable parameters without loading the entire enumerable collection into memory. It is most useful when the service operation returns a large IEnumerable collection.
For the EnumerableStreamBehavior to perform as expected, the transfer mode of the transport specified by the binding being used must be set to Streamed
.
System.Object
Noemax.WCFX.Behaviors.EnumerableStreamBehavior
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2