Noemax.WCFX.Channels Namespace : CompressionBindingElement Class |
The following tables list the members exposed by CompressionBindingElement.
Name | Description | |
---|---|---|
![]() | CompressionBindingElement Constructor | Initializes a new instance of CompressionBindingElement. |
Name | Description | |
---|---|---|
![]() | CompressionLevel | Gets and sets the compression level to be applied when compression is used, were 1 is for fastest compression and 9 for maximum compression. |
![]() | CompressionMethod | Gets and sets the algorithm used for compressing the message payload. |
![]() | CompressionThreshold | Gets and sets the minimal size of the payload to be compressed. |
Name | Description | |
---|---|---|
![]() | BuildChannelFactory<TChannel> | Overridden. Builds the channel factory stack on the client that creates a specified type of channel for a specified context. |
![]() | BuildChannelListener<TChannel> | Overridden. Builds the channel listener on the service that accepts a specified type of channel for a specified context. |
![]() | CanBuildChannelFactory<TChannel> | Overridden. Returns a value that indicates whether the current binding can build a channel factory for a specified type of channel and context. |
![]() | CanBuildChannelListener<TChannel> | Overridden. Returns a value that indicates whether the current binding can build a listener for a specified type of channel and context. |
![]() | Clone | Overridden. Creates a new CompressionBindingElement object initialized from the current one. |
![]() | GetProperty<T> | Overridden. Returns a typed object requested, if present, from the appropriate layer in the binding element stack. |
![]() | PlugIn | Overloaded. Injects the CompressionBindingElement into the provided binding element collection. |