HttpLoggingAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |