ConfigurationProxy.GetBindingElement(String, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Configuration::ConfigurationElement ^ GetBindingElement(System::String ^ wcfExtensions, Type ^ bindingElementType);
public System.Configuration.ConfigurationElement GetBindingElement (string wcfExtensions, Type bindingElementType);
member this.GetBindingElement : string * Type -> System.Configuration.ConfigurationElement
Public Function GetBindingElement (wcfExtensions As String, bindingElementType As Type) As ConfigurationElement
Parameters
- wcfExtensions
- String
- bindingElementType
- Type