Esempio n. 1
0
 public MrutRest(string baseUrl, AbstractObjectConverter converter)
 {
     this.BaseUrl       = baseUrl;
     this.converter     = converter;
     this.globalHeaders = new Dictionary <string, string>();
 }
Esempio n. 2
0
 public void SetConverter(AbstractObjectConverter converter)
 {
     this.converter = converter;
 }