Share via


HttpLoggingInterceptorContext.Parameters Property

Definition

Gets a list of parameters that will be logged as part of the request or response. Values specified in LoggingFields will be added automatically after all interceptors run. All values are cleared after logging the request. All other relevant settings will carry over to the response.

public System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string,object?>> Parameters { get; }
member this.Parameters : System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property Parameters As IList(Of KeyValuePair(Of String, Object))

Property Value

Remarks

If CombineLogs is enabled, the parameters will be logged as part of the combined log.

Applies to