RequestForwarder constructor
Initializes a new instance of the RequestForwarder class with the specified HTTP context.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub New ( _
context As HttpContext _
)
'Usage
Dim context As HttpContext
Dim instance As New RequestForwarder(context)
public RequestForwarder(
HttpContext context
)
Parameters
context
Type: System.Web.HttpContextThe HttpContext object that represents the specified HTTP information about the HTTP request.