업데이트: 2007년 11월
ASP.NET이 요청에 응답할 때 HTTP 파이프라인 형태의 첫 번째 이벤트로 발생합니다.
Public Event BeginRequest As EventHandler
Dim instance As HttpApplication Dim handler As EventHandler AddHandler instance.BeginRequest, handler
public event EventHandler BeginRequest
public: event EventHandler^ BeginRequest { void add (EventHandler^ value); void remove (EventHandler^ value); }
/** @event */ public void add_BeginRequest (EventHandler value) /** @event */ public void remove_BeginRequest (EventHandler value)
JScript에서는 이벤트를 지원하지 않습니다.
BeginRequest 이벤트는 새 요청을 만들었음을 신호로 알립니다. 항상 이 이벤트가 발생하며 언제나 요청을 처리하는 도중 발생하는 첫 번째 이벤트입니다.
이벤트를 처리하는 방법에 대한 자세한 내용은 이벤트 사용을 참조하십시오.
Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98