Sdílet prostřednictvím


HttpLoggingAttribute Třída

Definice

Metadata, která poskytují nastavení specifická pro koncový bod pro middleware 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
Dědičnost
HttpLoggingAttribute
Atributy

Konstruktory

HttpLoggingAttribute(HttpLoggingFields)

Inicializuje instanci třídy HttpLoggingAttribute.

Vlastnosti

IsRequestBodyLogLimitSet

Určuje, jestli RequestBodyLogLimit byl nastaven.

IsResponseBodyLogLimitSet

Určuje, jestli ResponseBodyLogLimit byl nastaven.

LoggingFields

Určuje, která pole se mají protokolovat.

RequestBodyLogLimit

Určuje maximální počet bajtů, které se mají protokolovat pro text požadavku.

ResponseBodyLogLimit

Určuje maximální počet bajtů, které se mají protokolovat pro tělo odpovědi.

Platí pro