3 references to CallbackClientRuntime
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
107
_clientRuntime = endpointDispatcher.DispatchRuntime.
CallbackClientRuntime
;
239
_clientRuntime = value.DispatchRuntime.
CallbackClientRuntime
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
222
proxy = dispatch.
CallbackClientRuntime
;