C# (CSharp) FiftyOne.Foundation.Mobile.Redirection Namespace

Nested Namespaces

FiftyOne.Foundation.Mobile.Redirection.Azure

Classes

Name Description
Constants
Filter
Location
RedirectModule Class responsible for handling redirection based on predefined rules.
RequestHistory Class used to record details of devices that have already accessed the mobile web site to determine if the request is the 1st one or a subsequent one.
RequestHistory.PreviousRequests Contains details of the previous devices held in the request history.
RequestRecord Class used to convert a HttpRequest into a single long value that is almost unique for the requesting device. Two devices that share the same external IP address and HTTP headers will calculate to the same long value so it may not always be unique. The number of handsets that fall into this category should be sufficiently small enough for it not to present a practical problem. The date and time the request was received is also recorded to enable out of date records to be removed from the list.