你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessageProcessingContext Struct

Definition

Contains information related to the processing of the HttpMessage as it traverses the pipeline.

public readonly struct MessageProcessingContext
type MessageProcessingContext = struct
Public Structure MessageProcessingContext
Inheritance
MessageProcessingContext

Properties

Name Description
RetryNumber

The retry number for the request. For the initial request, the value is 0.

StartTime

The time that the pipeline processing started for the message.

Applies to