1 write to _clientRuntime
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
34
_clientRuntime
= clientRuntime;
3 references to _clientRuntime
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
44
return
_clientRuntime
;
289
_clientRuntime
.LockDownProperties();
320
duplexChannelBinder.IdentityVerifier =
_clientRuntime
.IdentityVerifier;