HttpLoggingAttribute Classe

Definizione

Metadati che forniscono impostazioni specifiche dell'endpoint per il 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
Ereditarietà
HttpLoggingAttribute
Attributi

Costruttori

HttpLoggingAttribute(HttpLoggingFields)

Inizializza un'istanza della classe HttpLoggingAttribute.

Proprietà

IsRequestBodyLogLimitSet

Indica se RequestBodyLogLimit è stato impostato.

IsResponseBodyLogLimitSet

Indica se ResponseBodyLogLimit è stato impostato.

LoggingFields

Specifica i campi da registrare.

RequestBodyLogLimit

Specifica il numero massimo di byte da registrare per il corpo della richiesta.

ResponseBodyLogLimit

Specifica il numero massimo di byte da registrare per il corpo della risposta.

Si applica a