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