5 references to ServiceChannelFactory
System.ServiceModel.Primitives (5)
System\ServiceModel\ChannelFactory.cs (3)
477
return (TChannel)
ServiceChannelFactory
.CreateChannel<TChannel>(address, via);
493
return
ServiceChannelFactory
.CreateChannel<UChannel>(address, via);
499
return
ServiceChannelFactory
.CreateChannel<UChannel>(address);
System\ServiceModel\ClientBase.cs (1)
911
_channel = cf.
ServiceChannelFactory
.CreateServiceChannel(client.Endpoint.Address, client.Endpoint.Address.Uri);
System\ServiceModel\DuplexChannelFactory.cs (1)
200
TChannel result =
ServiceChannelFactory
.CreateChannel<TChannel>(address, via);