.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 > ServerEventArgs.HttpContext Property |
Get the http context of server request.
Namespace: Gnostice.Controls.ASP
Assembly: Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)
Visual Basic |
Public ReadOnly Property HttpContext As HttpContext |
C# |
public HttpContext HttpContext { get; } |
Visual C++ |
public: |