1 write to keepAliveEnabled
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
136
this.
keepAliveEnabled
= bindingElement.KeepAliveEnabled;
2 references to keepAliveEnabled
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
235
return this.
keepAliveEnabled
;
755
httpWebRequest.KeepAlive = this.
keepAliveEnabled
;