.NET Framework Class Library

ServerEventArgs.HttpContext Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > ServerEventArgs Class > ServerEventArgs Properties >

.NET Framework Class Library

ServerEventArgs.HttpContext Property

Get the http context of server request.

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Public ReadOnly Property HttpContext As HttpContext
 Get

C#

public HttpContext HttpContext { get; }

Visual C++

public:
property HttpContextHttpContext {
 HttpContextget ();
}

See Also

ServerEventArgs Class

ServerEventArgs Members

Gnostice.Controls.ASP Namespace