WCF-Xtensions Class Reference for Mono
CreateBindingElements Method (SmartHttpBinding)






Creates a collection that contains the binding elements that are part of the current binding.
Syntax
'Declaration
 
Public Overrides NotOverridable Function CreateBindingElements() As System.ServiceModel.Channels.BindingElementCollection
'Usage
 
Dim instance As SmartHttpBinding
Dim value As System.ServiceModel.Channels.BindingElementCollection
 
value = instance.CreateBindingElements()
public override System.ServiceModel.Channels.BindingElementCollection CreateBindingElements()
public function CreateBindingElements(): System.ServiceModel.Channels.BindingElementCollection; override; 
public override function CreateBindingElements() : System.ServiceModel.Channels.BindingElementCollection;
public: System.ServiceModel.Channels.BindingElementCollection* CreateBindingElements(); override 
public:
System.ServiceModel.Channels.BindingElementCollection^ CreateBindingElements(); override 
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

SmartHttpBinding Class
SmartHttpBinding Members
Base Implementation in CreateBindingElements

Send Feedback