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

ClientPipelineOptions.MessageLoggingPolicy Property

Definition

Gets or sets the PipelinePolicy to be used by the ClientPipeline for logging.

public System.ClientModel.Primitives.PipelinePolicy? MessageLoggingPolicy { get; set; }
member this.MessageLoggingPolicy : System.ClientModel.Primitives.PipelinePolicy with get, set
Public Property MessageLoggingPolicy As PipelinePolicy

Property Value

Remarks

In most cases, this property will be set to an instance of MessageLoggingPolicy.

Applies to