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