This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Delegate signature for DelReceiveWebRequest event

Namespace: Smartsite.Web
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public delegate void DelReceiveWebRequest(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
Public Delegate Sub DelReceiveWebRequest ( _
	context As  _
)

Parameters

context
HttpListenerContext
The HttpListenerContext

See Also

Smartsite.Web Namespace
Advanced