public class WebLogEntry : LogEntry
| 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 | |