共用方式為


HttpLoggingAttribute 類別

定義

提供 HttpLogging 中介軟體端點特定設定的中繼資料。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class HttpLoggingAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type HttpLoggingAttribute = class
    inherit Attribute
Public NotInheritable Class HttpLoggingAttribute
Inherits Attribute
繼承
HttpLoggingAttribute
屬性

建構函式

HttpLoggingAttribute(HttpLoggingFields)

初始化 HttpLoggingAttribute 類別的執行個體。

屬性

IsRequestBodyLogLimitSet

指出是否已 RequestBodyLogLimit 設定。

IsResponseBodyLogLimitSet

指出是否已 ResponseBodyLogLimit 設定。

LoggingFields

指定要記錄的欄位。

RequestBodyLogLimit

指定要針對要求本文記錄的最大位元組數目。

ResponseBodyLogLimit

指定要針對回應本文記錄的最大位元組數目。

適用於