BindingFactory.GetBindingName(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:
static System::String ^ GetBindingName(System::String ^ wcfExtensions, Type ^ bindingElementType);
public static string GetBindingName (string wcfExtensions, Type bindingElementType);
static member GetBindingName : string * Type -> string
Public Shared Function GetBindingName (wcfExtensions As String, bindingElementType As Type) As String
Parameters
- wcfExtensions
- String
- bindingElementType
- Type