1 implementation of ICreateServiceChannel
System.ServiceModel (1)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
21
class TypedServiceChannelBuilder : IProxyCreator, IProvideChannelBuilderSettings,
ICreateServiceChannel
3 references to ICreateServiceChannel
System.ServiceModel (3)
System\ServiceModel\ComIntegration\TearOffProxy.cs (2)
18
ICreateServiceChannel
serviceChannelCreator;
20
internal TearOffProxy(
ICreateServiceChannel
serviceChannelCreator, Type proxiedType)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
89
RealProxy
ICreateServiceChannel
.CreateChannel()