WCF-Xtensions Class Reference for Mono
CompressionBindingElement Class Members
Properties  Methods 


The following tables list the members exposed by CompressionBindingElement.

Public Constructors
 NameDescription
Public ConstructorCompressionBindingElement ConstructorInitializes a new instance of CompressionBindingElement.  
Top
Public Properties
 NameDescription
Public PropertyCompressionLevel Gets and sets the compression level to be applied when compression is used, were 1 is for fastest compression and 9 for maximum compression.  
Public PropertyCompressionMethod Gets and sets the algorithm used for compressing the message payload.  
Public PropertyCompressionThreshold Gets and sets the minimal size of the payload to be compressed.  
Top
Public Methods
 NameDescription
Public MethodBuildChannelFactory<TChannel>Overridden.  Builds the channel factory stack on the client that creates a specified type of channel for a specified context.  
Public MethodBuildChannelListener<TChannel>Overridden.  Builds the channel listener on the service that accepts a specified type of channel for a specified context.  
Public MethodCanBuildChannelFactory<TChannel>Overridden.  Returns a value that indicates whether the current binding can build a channel factory for a specified type of channel and context.  
Public MethodCanBuildChannelListener<TChannel>Overridden.  Returns a value that indicates whether the current binding can build a listener for a specified type of channel and context.  
Public MethodCloneOverridden. Creates a new CompressionBindingElement object initialized from the current one.  
Public MethodGetProperty<T>Overridden.  Returns a typed object requested, if present, from the appropriate layer in the binding element stack.  
Public MethodPlugInOverloaded.  Injects the CompressionBindingElement into the provided binding element collection.  
Top
See Also

Reference

CompressionBindingElement Class
Noemax.WCFX.Channels Namespace

Send Feedback