共用方式為


ExchangePostHeaders Class

Definition

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