Request100ContinueMode Enum
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.
Mode for applying expect-continue to a PUT request.
public enum Request100ContinueMode
type Request100ContinueMode =
Public Enum Request100ContinueMode
- Inheritance
-
Request100ContinueMode
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | If no options are provided, this is the default behavior. Expect-continue will not be applied until specific errors are encountered from the service, at which point they will be applied until a period of time after the last of those errors occured. Response codes that trigger this behavior are 429, 500, and 503. |
Always | 1 | Expect-continue will be applied regardless of recent error status. There may be some additionally defined thresholds for applying the header. |
Never | 2 | Expect-Continue will never be applied. |
Applies to
Azure SDK for .NET