Beispiel #1
0
 /// <summary>
 /// Construct the API method instance.
 /// </summary>
 /// <param name="rublon"></param>
 public APIMethod(RublonConsumer rublon)
 {
     this.rublon = rublon;
     RestClient  = new RESTClient(rublon.SecretKey);
 }
 /// <summary>
 /// Constructor.
 /// </summary>
 public RublonHttpCallback(RublonConsumer rublon)
 {
     rublon.TestConfiguration();
     this.rublon = rublon;
 }