Ejemplo n.º 1
0
 public ScvpReqRes(ContentInfo request, ContentInfo response)
 {
     this.request  = request;
     this.response = response;
 }
Ejemplo n.º 2
0
 public ScvpReqRes(ContentInfo response)
     : this(null, response)
 {
 }