1 instantiation of ChannelCredentials
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (1)
40ChannelCredentials = new ChannelCredentials(channelBuilderSettings);
2 references to ChannelCredentials
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (1)
36ChannelCredentials ChannelCredentials = null;
System\ServiceModel\ComIntegration\ProxyManager.cs (1)
65return ChannelCredentials.Create(outerProxy, proxyCreator as IProvideChannelBuilderSettings);