Example #1
0
 private string PreparePostParameters(string content, EFDRequestType EFDType)
 {
     return(string.Format(
                "key={0}&xml={1}&type={2}",
                this.Token,
                content,
                EFDType.ToString()));
 }
Example #2
0
 private string PreparePostParameters(string content, EFDRequestType EFDType)
 {
     return string.Format(
            "key={0}&xml={1}&type={2}",
            this.Token,
            content,
            EFDType.ToString());
 }