A Web specific Log entry that includes information about the current Web Request
Westwind.Utilities.Logging.LogEntry
Westwind.Utilities.Logging.WebLogEntry
public class WebLogEntry : LogEntry
Class Members
Member | Description | |
---|---|---|
Constructor |
||
UpdateFromRequest |
public bool UpdateFromRequest() public bool UpdateFromRequest(HttpContext context) |
|
IpAddress |
The IP Address of the client that called this URL | |
PostData |
The POST data if available | |
QueryString |
The query string of the current request | |
Referrer |
The Referring url | |
RequestDuration |
Optional duration of the current request | |
Url |
The Url without the query string for the current request | |
UserAgent |
Requirements
Namespace: Westwind.Utilities.LoggingAssembly: westwind.utilities.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic