1 out of 2 rated this helpful - Rate this topic

Global.Application_BeginRequest Method

Begins the application request.

Protected Sub Application_BeginRequest( _
   ByVal sender As Object, _   ByVal e As EventArgs _)[C#]
protected void Application_BeginRequest(
   object sender,   EventArgs e);[C++]
protected: void Application_BeginRequest(
   Object* sender,   EventArgs* e);[JScript]
protected function Application_BeginRequest(
   sender : Object,e : EventArgs);

Parameters

sender
The source of the event.
e
A System.EventArgs that contains the event data.

Requirements

Platforms:  Windows 2000, Windows XP Professional, Windows Server 2003

.NET Framework Security: 

  • Full trust for the immediate caller. This member cannot be used by partially trusted code.

See Also

Global Class | Global Members | Microsoft.BizTalk.Hws.SoapService Namespace

To download updated BizTalk Server 2004 Help from www.microsoft.com, go to http://go.microsoft.com/fwlink/?linkid=20616.

Copyright © 2004 Microsoft Corporation.
All rights reserved.
Did you find this helpful?
(1500 characters remaining)