Exemplo n.º 1
0
 public MqHttpRequest(MqRequestContext requestContext)
 {
     this.requestContext = requestContext;
 }
Exemplo n.º 2
0
 public MqResponse(MqRequestContext requestContext)
 {
     this.requestContext = requestContext;
     this.Headers        = new Dictionary <string, string>();
 }