mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

SobekCM_Hit Class



Information about a single hit against the SobekCM system


Namespace: SobekCM.Builder_Library.Statistics
Assembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)

Syntax

C#
public class SobekCM_Hit : IComparable<SobekCM_Hit>

Remarks

This class is used by the SobekCM Stats Reader app

Inheritance Hierarchy

System..::..Object
  SobekCM.Builder_Library.Statistics..::..SobekCM_Hit

Constructors

  NameDescription
Public methodSobekCM_Hit
Constructor for a new instance of the SobekCM_Hit class

Methods

  NameDescription
Public methodCompareTo
Method allows this hit to be compared to another hit

Properties

  NameDescription
Public propertyIP
IP address from which the query was issued
Public propertyQuery_String
Query string (includes the rewritten URL portion )
Public propertySobekCM_URL
Incoming URL which was queried
Public propertyTime
Date/Time of the hit against the web server
Public propertyUserAgent
All the information about the user's browser/settings

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )