HttpApplication.PreSendRequestContent 이벤트

정의

ASP.NET 클라이언트에 콘텐츠를 보내기 직전에 발생합니다.

public:
 event EventHandler ^ PreSendRequestContent;
public event EventHandler PreSendRequestContent;
member this.PreSendRequestContent : EventHandler 
Public Custom Event PreSendRequestContent As EventHandler 

이벤트 유형

설명

PreSendRequestContent 이벤트는 여러 번 발생할 수 있습니다.

이벤트를 처리하는 방법에 대한 자세한 내용은 이벤트 처리 및 발생을 참조하세요.

Warning

를 구현IHttpModule하는 관리되는 모듈에는 사용하지 PreSendRequestContent 마세요. 이러한 속성을 설정하면 비동기 요청에 문제가 발생할 수 있습니다. ARR(애플리케이션 요청 라우팅)과 websocket의 조합으로 인해 w3wp가 충돌할 수 있는 액세스 위반 예외가 발생할 수 있습니다. 예를 들어 iiscore! iiscore.dll W3_CONTEXT_BASE::GetIsLastNotification+68로 인해 액세스 위반 예외(0xC0000005)가 발생했습니다.

적용 대상

추가 정보