asp.net.ph

TraceContext Constructor

System.Web Namespace   TraceContext Class


Initializes a new instance of the TraceContext class.

[ VB ]
Public Sub New ( _
   ByVal context As HttpContext _
)

[ C# ]
public TraceContext (
   HttpContext context
);

[ C++ ]
public: TraceContext (
   HttpContext* context
);

[ JScript ]
public function TraceContext (
   context : HttpContext
);

Parameters

context
An HttpContext that contains information about the current Web request.
See Also

TraceContext Members   TraceMode Enumeration Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note