问题描述
我刚刚升级到日内瓦beta 2,现在我无法构建,似乎这个方法被删除了。什么是替换功能? CustomerServiceFactory = I just upgraded to Geneva beta 2 and now I can't build, it seems this method was removed. What is the replacement functionality? CustomerServiceFactory = new ChannelFactory < IDealerCustomerService > new ChannelFactory<IDealerCustomerService> 这篇关于FederatedClientCredentials.ConfigureChannelFactory发生了什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
((GetServiceBinding(), ConfigurationManager .AppSettings [ " CustomerServiceAddress" ]
);
FederatedClientCredentials .ConfigureChannelFactory(CustomerServiceFactory);
(
GetServiceBinding(),ConfigurationManager.AppSettings["CustomerServiceAddress"]
);
FederatedClientCredentials.ConfigureChannelFactory(CustomerServiceFactory);推荐答案