Esempio n. 1
0
 public MadeWithLoveHandler(MadeWithLoveOptions options = null)
 {
     this.options = options ?? new MadeWithLoveOptions();
 }
Esempio n. 2
0
 public MadeWithLoveHandler(HttpMessageHandler handler, MadeWithLoveOptions options = null)
     : base(handler)
 {
     this.options = options ?? new MadeWithLoveOptions();
 }