Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EveCrest" /> class, in Public mode.
 /// </summary>
 public EveCrest()
 {
     RequestHandler      = new CachedCrestRequestHandler(new JsonSerializer("yyyy.MM.dd HH:mm:ss"));
     ImageRequestHandler = new ImageRequestHandler();
     ApiPath             = "/";
     Host                  = DefaultHost;
     Mode                  = CrestMode.Public;
     EnableRootCache       = true;
     EnableAutomaticPaging = true;
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="CrestClient" /> class.
 /// </summary>
 public CrestClient()
 {
     RequestHandler = new CachedCrestRequestHandler(new JsonSerializer());
 }
Ejemplo n.º 3
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="CrestClient" /> class.
 /// </summary>
 public CrestClient() {
     RequestHandler = new CachedCrestRequestHandler(new JsonSerializer());
 }