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