SobekCM_Hit Constructor
Constructor for a new instance of the SobekCM_Hit class
Namespace: SobekCM.Builder_Library.StatisticsAssembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)
Syntax
C# |
---|
public SobekCM_Hit(
DateTime Time,
string IP,
string Query_String,
string SobekCM_URL,
string UserAgent
) |
Parameters
- Time
- Type: System..::..DateTime
Date/Time of the hit against the web server
- IP
- Type: System..::..String
IP address from which the query was issued
- Query_String
- Type: System..::..String
Query string (includes the rewritten URL portion )
- SobekCM_URL
- Type: System..::..String
Incoming URL which was queried
- UserAgent
- Type: System..::..String
All the information about the user's browser/settings
See Also