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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET