WCF-Xtensions Class Reference for .NET
CompressionStreamBindingElement Class
Members 






Represents a stream upgrade that provides the transport level compression.
Object Model
CompressionStreamBindingElement Class
Syntax
public class CompressionStreamBindingElement : System.ServiceModel.Channels.StreamUpgradeBindingElement 
public class CompressionStreamBindingElement = class(System.ServiceModel.Channels.StreamUpgradeBindingElement)
public class CompressionStreamBindingElement extends System.ServiceModel.Channels.StreamUpgradeBindingElement
public __gc class CompressionStreamBindingElement : public System.ServiceModel.Channels.StreamUpgradeBindingElement 
public ref class CompressionStreamBindingElement : public System.ServiceModel.Channels.StreamUpgradeBindingElement 
'Declaration
 
Public Class CompressionStreamBindingElement 
   Inherits System.ServiceModel.Channels.StreamUpgradeBindingElement
 
'Usage
 
Dim instance As CompressionStreamBindingElement
Remarks

This binding element should be used only with transports which support stream upgardes.

The CompressionStreamBindingElement supports the use of an underlying stream upgrade. For example, a security stream upgrade can be used as an underlying stream upgrade. In such cases the CompressionStreamBindingElement first upgrades the stream using the underlying stream upgrade and then applies its own upgrade.

Inheritance Hierarchy

System.Object
   System.ServiceModel.Channels.BindingElement
      System.ServiceModel.Channels.StreamUpgradeBindingElement
         Noemax.WCFX.Channels.CompressionStreamBindingElement

Requirements

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

See Also

Reference

CompressionStreamBindingElement Members
Noemax.WCFX.Channels Namespace

Send Feedback