.NET Framework Class Library

DocumentHandler.CopyRequestHeaders Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > DocumentHandler Class > DocumentHandler Methods >

.NET Framework Class Library

DocumentHandler.CopyRequestHeaders Method

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Protected Overrides Sub CopyRequestHeaders ( _
 context As HttpContext, _
 webClient As WebClient _
)

C#

protected override void CopyRequestHeaders(
 HttpContext context,
 WebClient webClient
)

Visual C++

protected:
virtual void CopyRequestHeaders(
 HttpContextcontext,
 WebClientwebClient
override

Parameters

context

Type: System.Web.HttpContext

webClient

Type: System.Net.WebClient

See Also

DocumentHandler Class

DocumentHandler Members

Gnostice.Controls.ASP Namespace