Delen via


ClientLoggingOptions.EnableMessageLogging Property

Definition

Gets or sets value indicating if request and response uri and header information should be logged.

public bool? EnableMessageLogging { get; set; }
member this.EnableMessageLogging : Nullable<bool> with get, set
Public Property EnableMessageLogging As Nullable(Of Boolean)

Property Value

Defaults to null. If null, the value of EnableLogging will be used instead.

Applies to