3 writes to keepAliveEnabled
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
55this.keepAliveEnabled = HttpTransportDefaults.KeepAliveEnabled; 80this.keepAliveEnabled = elementToBeCloned.keepAliveEnabled; 227this.keepAliveEnabled = value;
4 references to keepAliveEnabled
System.ServiceModel (4)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
80this.keepAliveEnabled = elementToBeCloned.keepAliveEnabled; 223return this.keepAliveEnabled; 916if (this.keepAliveEnabled != http.keepAliveEnabled)