3 references to CreateChannel
System.ServiceModel (3)
System\ServiceModel\ChannelFactory.cs (1)
815
return this.ServiceChannelFactory.
CreateChannel
<UChannel>(address, via);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
345
return this.
CreateChannel
<TChannel>(address, null);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1093
return serviceChannelFactory.
CreateChannel
<IRequestChannel>(address, via);