Ejemplo n.º 1
0
 public TextResponse(string reqFromUserName, string content)
     : base(reqFromUserName)
 {
     Content = new StringXmlCDataSection(content);
     MsgType = new WeixinResponse.StringXmlCDataSection("text");
 }
Ejemplo n.º 2
0
 public TextResponse(string reqFromUserName, string content)
     : base(reqFromUserName)
 {
     Content = new StringXmlCDataSection(content);
     MsgType = new WeixinResponse.StringXmlCDataSection("text");
 }