IHttpLoggingInterceptor.OnResponseAsync(HttpLoggingInterceptorContext) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
응답의 로깅을 사용자 지정하는 콜백입니다.
public System.Threading.Tasks.ValueTask OnResponseAsync (Microsoft.AspNetCore.HttpLogging.HttpLoggingInterceptorContext logContext);
abstract member OnResponseAsync : Microsoft.AspNetCore.HttpLogging.HttpLoggingInterceptorContext -> System.Threading.Tasks.ValueTask
Public Function OnResponseAsync (logContext As HttpLoggingInterceptorContext) As ValueTask
매개 변수
- logContext
- HttpLoggingInterceptorContext
반환
설명
이는 응답에 대한 첫 번째 쓰기가 발생하거나 응답이 클라이언트로 전송되기 직전에 쓰기 없이 끝날 때 호출됩니다. 설정은 에서 OnRequestAsync(HttpLoggingInterceptorContext) 이월되며(제외 Parameters) 응답 설정은 여전히 수정될 수 있습니다. 요청 설정에 대한 변경 내용은 적용되지 않습니다. 응답 필드를 사용하도록 설정하지 않고 컬렉션이 Parameters 비어 있으면 응답 로깅이 발생하지 않습니다. 가 사용하도록 설정된 Parameters 경우 CombineLogs 요청에서 응답으로 이월되고 함께 기록됩니다. RequestBody 및 는 ResponseBody 버퍼링된 본문 데이터를 로깅하지 않도록 OnResponseAsync에서 사용하지 않도록 설정할 수도 있습니다.