DevForce Help Reference
Clone Method (GZipMessageEncodingBindingElement)


When overridden in a derived class, returns a copy of the binding element object.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Clone() As BindingElement
'Usage
 
Dim instance As GZipMessageEncodingBindingElement
Dim value As BindingElement
 
value = instance.Clone()
public override BindingElement Clone()

Return Value

A System.ServiceModel.Channels.BindingElement object that is a deep clone of the original.
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

GZipMessageEncodingBindingElement Class
GZipMessageEncodingBindingElement Members

Send Feedback