public static void RegisterWcfClient <TInterface>(string endpoint, string bindingConfigurationName) { Registrar.RegisterWcfClient <TInterface>(endpoint, new BasicHttpBinding(bindingConfigurationName)); }
public static void RegisterWcfClient <TInterface>(string endpoint) { Registrar.RegisterWcfClient <TInterface>(endpoint, new BasicHttpBinding()); }