AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
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 than ServicePoint.UseNagleAlgorithm which is optimized for large responses like web pages or images.

Namespace: Amazon.Runtime
Assembly: AWSSDK.dll
Version: 0.0.3.0

Syntax

C#
public Boolean UseNagleAlgorithm { get; set; }
Property Value
Type: System.Boolean

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5