◆ ClientIP
string FiftyOne.Pipeline.Engines.FiftyOne.FlowElements.ShareUsageBase.ShareUsageData.ClientIP |
get
set
The source IP address for this event.
\r\n
Inner class that is used to store details of data in memory prior to it being sent to 51Degrees.
string FiftyOne.Pipeline.Engines.FiftyOne.FlowElements.ShareUsageBase.ShareUsageData.ClientIP |
The source IP address for this event.
Dictionary<string, Dictionary<string, string> > FiftyOne.Pipeline.Engines.FiftyOne.FlowElements.ShareUsageBase.ShareUsageData.EvidenceData |
The evidence data from this event.
The dictionary key is the first part of the evidence key. The value is another dictionary containing the rest of the evidence key and the evidence value. For example, the evidence "header.user-agent"="ABC123" would become: { Key = "header", Value = { Key = "user-agent" Value = "ABC123" }}
int FiftyOne.Pipeline.Engines.FiftyOne.FlowElements.ShareUsageBase.ShareUsageData.Sequence |
The sequence number for this event.
This is incremented as requests are made using the associated session id.
string FiftyOne.Pipeline.Engines.FiftyOne.FlowElements.ShareUsageBase.ShareUsageData.SessionId |
The Pipeline session id for this event.