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