示例#1
0
 /// <summary>
 /// Get the Xml needed to create the request.
 /// </summary>
 /// <returns></returns>
 public override byte[] GetXml()
 {
     AutoGen.Hello retVal = new GCheckout.AutoGen.Hello();
     return(EncodeHelper.Serialize(retVal));
 }
 /// <summary>
 /// Get the Xml needed to create the request.
 /// </summary>
 /// <returns></returns>
 public override byte[] GetXml()
 {
     AutoGen.Hello retVal = new GCheckout.AutoGen.Hello();
       return EncodeHelper.Serialize(retVal);
 }