DevForce Help Reference
ApplyConfiguration Method (GZipMessageEncodingElement)


A binding element.
Applies the content of a specified binding element to this binding configuration element.
Syntax
'Declaration
 
Public Overrides Sub ApplyConfiguration( _
   ByVal bindingElement As BindingElement _
) 
'Usage
 
Dim instance As GZipMessageEncodingElement
Dim bindingElement As BindingElement
 
instance.ApplyConfiguration(bindingElement)
public override void ApplyConfiguration( 
   BindingElement bindingElement
)

Parameters

bindingElement
A binding element.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionbindingElement is null.
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

GZipMessageEncodingElement Class
GZipMessageEncodingElement Members

Send Feedback