Example #1
0
 public UssdActionHttp()
 {
     Method = new UssdActionHttpMethod();
     Headers = new List<UssdActionHttpHeader>();
     Responses = new List<UssdActionHttpResponse>();
     Body = new UssdActionHttpBody();
     Cycle = UssdActionCycle.Once;
 }
Example #2
0
 public UssdActionHttp()
 {
     Method    = new UssdActionHttpMethod();
     Headers   = new List <UssdActionHttpHeader>();
     Responses = new List <UssdActionHttpResponse>();
     Body      = new UssdActionHttpBody();
     Cycle     = UssdActionCycle.Once;
 }