2 writes to useNagleAlgorithm
System (2)
net\System\Net\Configuration\SettingsSection.cs (2)
177
this.
useNagleAlgorithm
= section.ServicePointManager.UseNagleAlgorithm;
324
set { this.
useNagleAlgorithm
= value; }
1 reference to useNagleAlgorithm
System (1)
net\System\Net\Configuration\SettingsSection.cs (1)
323
get { return this.
useNagleAlgorithm
; }