Initializes a new instance of CompressionBindingElement represented by this
configuration element.
protected override System.ServiceModel.Channels.BindingElement CreateBindingElement()
protected function CreateBindingElement(): System.ServiceModel.Channels.BindingElement; override;
protected override function CreateBindingElement() : System.ServiceModel.Channels.BindingElement;
protected: System.ServiceModel.Channels.BindingElement* CreateBindingElement(); override
protected:
System.ServiceModel.Channels.BindingElement^ CreateBindingElement(); override
'Declaration
Protected Overrides Function CreateBindingElement() As System.ServiceModel.Channels.BindingElement
'Usage
Dim instance As CompressionElement
Dim value As System.ServiceModel.Channels.BindingElement
value = instance.CreateBindingElement()
Return Value
A CompressionBindingElement instance.
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
Reference
CompressionElement Class
CompressionElement Members
Base Implementation in CreateBindingElement