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