AWS SDK for .NET Documentation
UseNagleAlgorithm Property
AmazonAmazon.RuntimeClientConfigUseNagleAlgorithm Did this page help you?   Yes   No    Tell us about it...
Gets or sets a Boolean value that determines whether the Nagle algorithm is used on connections managed by the ServicePoint object used for requests to AWS. This is defaulted to false for lower latency with responses that return small amount of data. This is the opposite default then ServicePoint.UseNagleAlgorithm which is optimized for large responses like web pages or images.
Declaration Syntax
C#
public bool UseNagleAlgorithm { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)