3 implementations of CreateChannel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
532public TChannel CreateChannel(EndpointAddress address)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
107public TChannel CreateChannel(EndpointAddress address)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
261public IRequestChannel CreateChannel(EndpointAddress address)