3 references to ClientRuntime
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
81
_clientRuntime = factory.
ClientRuntime
;
85
DispatchRuntime dispatch = factory.
ClientRuntime
.DispatchRuntime;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
335
via = this.
ClientRuntime
.Via;