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