Udostępnij za pośrednictwem


HttpLoggingAttribute Klasa

Definicja

Metadane, które udostępniają ustawienia specyficzne dla punktu końcowego dla oprogramowania pośredniczącego 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
Dziedziczenie
HttpLoggingAttribute
Atrybuty

Konstruktory

HttpLoggingAttribute(HttpLoggingFields)

Inicjuje wystąpienie klasy HttpLoggingAttribute.

Właściwości

IsRequestBodyLogLimitSet

Wskazuje, czy RequestBodyLogLimit ustawiono.

IsResponseBodyLogLimitSet

Wskazuje, czy ResponseBodyLogLimit ustawiono.

LoggingFields

Określa pola do rejestrowania.

RequestBodyLogLimit

Określa maksymalną liczbę bajtów do zarejestrowania dla treści żądania.

ResponseBodyLogLimit

Określa maksymalną liczbę bajtów do zarejestrowania dla treści odpowiedzi.

Dotyczy