| ComponentSpace Trace Listeners Class Library Reference |
|
HttpTraceListener Constructor (String)
Initializes a new instance of the HttpTraceListener using the specified URL.
[Visual Basic]
Overloads Public Sub New( _
ByVal
requestUrl As
String _
)
[C#]
public HttpTraceListener(
string requestUrl);
Parameters
-
requestUrl
- The URL for receiving the trace messages.
See Also
HttpTraceListener Class | ComponentSpace.TraceListeners Namespace | HttpTraceListener Constructor Overload List