Xceed Upload for Silverlight Documentation
BuildingHttpWebRequest Event


Raised every time an HttpWebRequest is being built.
Syntax
'Declaration
 
Public Event BuildingHttpWebRequest As EventHandler(Of BuildingHttpWebRequestEventArgs)
'Usage
 
Dim instance As HttpEvents
Dim handler As EventHandler(Of BuildingHttpWebRequestEventArgs)
 
AddHandler instance.BuildingHttpWebRequest, handler
public event EventHandler<BuildingHttpWebRequestEventArgs> BuildingHttpWebRequest
Event Data

The event handler receives an argument of type BuildingHttpWebRequestEventArgs containing data related to this event. The following BuildingHttpWebRequestEventArgs properties provide information specific to this event.

PropertyDescription
HttpWebRequestGets the HttpWebRequest used to perform the HTTP upload.  
UserDataGets or sets the opaque data that will be sent back to the event handler whenever an event is raised.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HttpEvents Class
HttpEvents Members

Send Feedback