WebRequestEventArgs Constructor (HttpWebRequest)
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll)
Syntax
'Declaration
Public Sub New ( _
webRequest As HttpWebRequest _
)
'Usage
Dim webRequest As HttpWebRequest
Dim instance As New WebRequestEventArgs(webRequest)
public WebRequestEventArgs(
HttpWebRequest webRequest
)
Parameters
- webRequest
Type: System.Net.HttpWebRequest