ConfigurationProxy.GetBindingElement(String, Type) Method

Definition

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

Returns

ConfigurationElement

Applies to