1 write to clientRuntime
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
36
this.
clientRuntime
= clientRuntime;
3 references to clientRuntime
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
46
return this.
clientRuntime
;
295
this.
clientRuntime
.LockDownProperties();
337
duplexChannelBinder.IdentityVerifier = this.
clientRuntime
.IdentityVerifier;