using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace RefererParser { /// /// Referer medium /// public enum RefererMedium { // Order is important, most important medium's first Search = 0, Social, Email, Unknown, Internal } }