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.
Namespace: Amazon.Runtime
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public Boolean UseNagleAlgorithm { get; set; }
Property Value
Type: System.Boolean
Type: System.Boolean
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5