WCF-Xtensions Class Reference for Mono
CreateBindingElement Method (ContentNegotiationElement)






Creates a binding element object represented by the configuration element.
Syntax
'Declaration
 
Protected Overrides Function CreateBindingElement() As System.ServiceModel.Channels.BindingElement
'Usage
 
Dim instance As ContentNegotiationElement
Dim value As System.ServiceModel.Channels.BindingElement
 
value = instance.CreateBindingElement()
protected override System.ServiceModel.Channels.BindingElement CreateBindingElement()
protected function CreateBindingElement(): System.ServiceModel.Channels.BindingElement; override; 
protected override function CreateBindingElement() : System.ServiceModel.Channels.BindingElement;
protected: System.ServiceModel.Channels.BindingElement* CreateBindingElement(); override 
protected:
System.ServiceModel.Channels.BindingElement^ CreateBindingElement(); override 

Return Value

A custom BindingElement object.
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

ContentNegotiationElement Class
ContentNegotiationElement Members
Base Implementation in CreateBindingElement

Send Feedback