Request100ContinueOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for applying HTTP header Expect: 100-continue
to PUT operations.
public class Request100ContinueOptions
type Request100ContinueOptions = class
Public Class Request100ContinueOptions
- Inheritance
-
Request100ContinueOptions
Constructors
Request100ContinueOptions() |
Properties
AutoInterval |
In mode Auto, the time interval to apply the header after recieving a triggering error. The default time is one minute. |
ContentLengthThreshold |
The minimum value of HTTP request Content-Length for applying expect-continue. |
Mode |
Mode for these options. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET