2 overrides of OnCreateChannel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
199protected override TChannel OnCreateChannel(EndpointAddress address, Uri via)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
410protected override TChannel OnCreateChannel(EndpointAddress remoteAddress, Uri via)
1 reference to OnCreateChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
129TChannel channel = this.OnCreateChannel(address, via);