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