WCF-Xtensions Class Reference for Mono
ContentNegotiationBindingElement Class
Members 






Provides HTTP transport with standard HTTP compression and support of multiple message encodings on the same SOAP/REST endpoint.
Object Model
ContentNegotiationBindingElement Class
Syntax
'Declaration
 
Public Class ContentNegotiationBindingElement 
   Inherits System.ServiceModel.Channels.BindingElement
'Usage
 
Dim instance As ContentNegotiationBindingElement
public class ContentNegotiationBindingElement : System.ServiceModel.Channels.BindingElement 
public class ContentNegotiationBindingElement = class(System.ServiceModel.Channels.BindingElement)
public class ContentNegotiationBindingElement extends System.ServiceModel.Channels.BindingElement
public __gc class ContentNegotiationBindingElement : public System.ServiceModel.Channels.BindingElement 
public ref class ContentNegotiationBindingElement : public System.ServiceModel.Channels.BindingElement 
Remarks

When this binding element is added to the binding, it provides the HTTP transport with a collection of alternative message encodings and a standard HTTP compression using GZIP, DEFLATE, LMZA, LZF or LZF3 compression methods.

This class is not available in Silverlight 4, Silverlight 3, .NET Compact Framework 3.5.

Inheritance Hierarchy

System.Object
   System.ServiceModel.Channels.BindingElement
      Noemax.WCFX.Channels.ContentNegotiationBindingElement

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

ContentNegotiationBindingElement Members
Noemax.WCFX.Channels Namespace

Send Feedback