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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph