HttpApplication.PreSendRequestContent 이벤트

정의

ASP.NET에서 클라이언트로 내용을 보내기 바로 전에 발생합니다.

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

이벤트 유형

설명

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

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

경고

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

적용 대상

추가 정보