webservice中的方法为:
public int GetTorrent(out byte[] torrentString, string password, int movieId)
调用时显示的参数顺序为:
public int GetTorrent(string password, int movieId,out byte[] torrentString)
请问参数顺序变了是怎么回事?
web service桩程序的自动规范处理,把out参数放到后面不影响使用