ExchangePostHeaders 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.
Defines headers for Post operation.
public class ExchangePostHeaders
type ExchangePostHeaders = class
Public Class ExchangePostHeaders
- Inheritance
-
ExchangePostHeaders
Constructors
ExchangePostHeaders() |
Initializes a new instance of the ExchangePostHeaders class. |
ExchangePostHeaders(String, String, Nullable<Int32>) |
Initializes a new instance of the ExchangePostHeaders class. |
Properties
AzureAsyncOperation |
Gets or sets URL for checking the ongoing status of the operation. |
Location |
Gets or sets URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. |
RetryAfter |
Gets or sets clients should wait for the Retry-After interval before polling again |
Applies to
Azure SDK for .NET