Table of Contents
PacMap.Anonymize.HTTPRotator.Rotator
/// <summary> /// HTR - HTTP Text Rotator /// </summary>
Properties
bool IsCorrect
/// <summary> /// HTTP Rotator is in Correct State /// </summary> bool IsCorrect { get; }
string LastError
/// <summary> /// Get LastError (if any) /// </summary> string LastError { get; }
Methods
Static
s> Import(XElement)
/// <summary> /// Import XML Settings into the NEW HTTP Rotator HTR /// </summary> /// <param name="element">XML element (name "rotator")</param> /// <returns>new HTR Unit</returns> s> Import(XElement element)
Instance
> Add(RotatorItem)
/// <summary> /// Add new HTTP Rotator Item into HTTP Rotator (manually) using just for defining defaults by programmer not user /// </summary> /// <param name="newItem">new HTTP Rotator Item</param> > Add(RotatorItem newItem)
y> Rotator()
/// <summary> /// Constructs HTR HTTP Text Rotator /// </summary> y> Rotator()