123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586 |
- //------------------------------------------------------------------------------
- // <autogenerated>
- // This code was generated by a tool.
- // Runtime Version: 1.1.4322.2300
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </autogenerated>
- //------------------------------------------------------------------------------
- //
- // 此源代码是由 Microsoft.VSDesigner 1.1.4322.2300 版自动生成。
- //
- namespace MWSeviceDemo.MW {
- using System.Diagnostics;
- using System.Xml.Serialization;
- using System;
- using System.Web.Services.Protocols;
- using System.ComponentModel;
- using System.Web.Services;
-
-
- /// <remarks/>
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Web.Services.WebServiceBindingAttribute(Name="wmgwSoap", Namespace="http://tempuri.org/")]
- public class wmgw : System.Web.Services.Protocols.SoapHttpClientProtocol {
-
- /// <remarks/>
- public wmgw() {
- this.Url = "http://demo.montnets.com/yds/wmgw.asmx";
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/TestService", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public string TestService() {
- object[] results = this.Invoke("TestService", new object[0]);
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginTestService(System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("TestService", new object[0], callback, asyncState);
- }
-
- /// <remarks/>
- public string EndTestService(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/Test", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public string Test(string parm1, string parm2) {
- object[] results = this.Invoke("Test", new object[] {
- parm1,
- parm2});
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginTest(string parm1, string parm2, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("Test", new object[] {
- parm1,
- parm2}, callback, asyncState);
- }
-
- /// <remarks/>
- public string EndTest(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateConnect", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateConnect(string uid, string pwd) {
- object[] results = this.Invoke("MongateConnect", new object[] {
- uid,
- pwd});
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateConnect(string uid, string pwd, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateConnect", new object[] {
- uid,
- pwd}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateConnect(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateQueryBalance", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateQueryBalance(string userId, string password) {
- object[] results = this.Invoke("MongateQueryBalance", new object[] {
- userId,
- password});
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateQueryBalance(string userId, string password, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateQueryBalance", new object[] {
- userId,
- password}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateQueryBalance(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateQueryUsed", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateQueryUsed(string userId, string password) {
- object[] results = this.Invoke("MongateQueryUsed", new object[] {
- userId,
- password});
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateQueryUsed(string userId, string password, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateQueryUsed", new object[] {
- userId,
- password}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateQueryUsed(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateChangePwd", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateChangePwd(string userId, string password, string NewPassWord) {
- object[] results = this.Invoke("MongateChangePwd", new object[] {
- userId,
- password,
- NewPassWord});
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateChangePwd(string userId, string password, string NewPassWord, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateChangePwd", new object[] {
- userId,
- password,
- NewPassWord}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateChangePwd(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateSendSms", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateSendSms(string userId, string password, string ToPhone, string msg) {
- object[] results = this.Invoke("MongateSendSms", new object[] {
- userId,
- password,
- ToPhone,
- msg});
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateSendSms(string userId, string password, string ToPhone, string msg, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateSendSms", new object[] {
- userId,
- password,
- ToPhone,
- msg}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateSendSms(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsSendSms", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateCsSendSms(string userId, string password, string pszMobis, string pszMsg, int iMobiCount, out string pszSN) {
- object[] results = this.Invoke("MongateCsSendSms", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- iMobiCount});
- pszSN = ((string)(results[1]));
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsSendSms(string userId, string password, string pszMobis, string pszMsg, int iMobiCount, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsSendSms", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- iMobiCount}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateCsSendSms(System.IAsyncResult asyncResult, out string pszSN) {
- object[] results = this.EndInvoke(asyncResult);
- pszSN = ((string)(results[1]));
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsSendSmsEx", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public string MongateCsSendSmsEx(string userId, string password, string pszMobis, string pszMsg, int iMobiCount) {
- object[] results = this.Invoke("MongateCsSendSmsEx", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- iMobiCount});
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsSendSmsEx(string userId, string password, string pszMobis, string pszMsg, int iMobiCount, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsSendSmsEx", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- iMobiCount}, callback, asyncState);
- }
-
- /// <remarks/>
- public string EndMongateCsSendSmsEx(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsSPSendSmsEx", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public string MongateCsSPSendSmsEx(string userId, string password, string pszMobis, string pszMsg, int iMobiCount, string pszSubPort) {
- object[] results = this.Invoke("MongateCsSPSendSmsEx", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- iMobiCount,
- pszSubPort});
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsSPSendSmsEx(string userId, string password, string pszMobis, string pszMsg, int iMobiCount, string pszSubPort, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsSPSendSmsEx", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- iMobiCount,
- pszSubPort}, callback, asyncState);
- }
-
- /// <remarks/>
- public string EndMongateCsSPSendSmsEx(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsSPSendSms", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateCsSPSendSms(string userId, string password, string pszMobis, string pszMsg, int iMobiCount, string pszSubPort, out string pszSN) {
- object[] results = this.Invoke("MongateCsSPSendSms", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- iMobiCount,
- pszSubPort});
- pszSN = ((string)(results[1]));
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsSPSendSms(string userId, string password, string pszMobis, string pszMsg, int iMobiCount, string pszSubPort, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsSPSendSms", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- iMobiCount,
- pszSubPort}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateCsSPSendSms(System.IAsyncResult asyncResult, out string pszSN) {
- object[] results = this.EndInvoke(asyncResult);
- pszSN = ((string)(results[1]));
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateVasSendSms", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateVasSendSms(string userId, string password, string pszFeeCode, string pszServiceNo, string pszOperCode, string pszMatchNo, string pszMobis, string pszMsg) {
- object[] results = this.Invoke("MongateVasSendSms", new object[] {
- userId,
- password,
- pszFeeCode,
- pszServiceNo,
- pszOperCode,
- pszMatchNo,
- pszMobis,
- pszMsg});
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateVasSendSms(string userId, string password, string pszFeeCode, string pszServiceNo, string pszOperCode, string pszMatchNo, string pszMobis, string pszMsg, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateVasSendSms", new object[] {
- userId,
- password,
- pszFeeCode,
- pszServiceNo,
- pszOperCode,
- pszMatchNo,
- pszMobis,
- pszMsg}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateVasSendSms(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateVasGetSms", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateVasGetSms(string userId, string password, out string[] strMsg) {
- object[] results = this.Invoke("MongateVasGetSms", new object[] {
- userId,
- password});
- strMsg = ((string[])(results[1]));
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateVasGetSms(string userId, string password, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateVasGetSms", new object[] {
- userId,
- password}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateVasGetSms(System.IAsyncResult asyncResult, out string[] strMsg) {
- object[] results = this.EndInvoke(asyncResult);
- strMsg = ((string[])(results[1]));
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsGetSms", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateCsGetSms(string userId, string password, out string[] strMsg) {
- object[] results = this.Invoke("MongateCsGetSms", new object[] {
- userId,
- password});
- strMsg = ((string[])(results[1]));
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsGetSms(string userId, string password, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsGetSms", new object[] {
- userId,
- password}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateCsGetSms(System.IAsyncResult asyncResult, out string[] strMsg) {
- object[] results = this.EndInvoke(asyncResult);
- strMsg = ((string[])(results[1]));
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsGetStatusReport", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateCsGetStatusReport(string userId, string password, out string[] Msg) {
- object[] results = this.Invoke("MongateCsGetStatusReport", new object[] {
- userId,
- password});
- Msg = ((string[])(results[1]));
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsGetStatusReport(string userId, string password, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsGetStatusReport", new object[] {
- userId,
- password}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateCsGetStatusReport(System.IAsyncResult asyncResult, out string[] Msg) {
- object[] results = this.EndInvoke(asyncResult);
- Msg = ((string[])(results[1]));
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsGetStatusReportEx", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public string MongateCsGetStatusReportEx(string userId, string password) {
- object[] results = this.Invoke("MongateCsGetStatusReportEx", new object[] {
- userId,
- password});
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsGetStatusReportEx(string userId, string password, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsGetStatusReportEx", new object[] {
- userId,
- password}, callback, asyncState);
- }
-
- /// <remarks/>
- public string EndMongateCsGetStatusReportEx(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsGetSmsEx", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public string MongateCsGetSmsEx(string userId, string password) {
- object[] results = this.Invoke("MongateCsGetSmsEx", new object[] {
- userId,
- password});
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsGetSmsEx(string userId, string password, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsGetSmsEx", new object[] {
- userId,
- password}, callback, asyncState);
- }
-
- /// <remarks/>
- public string EndMongateCsGetSmsEx(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((string)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateRecharge", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public int MongateRecharge(string userId, string password, string pszCardNo, string pszCardPwd) {
- object[] results = this.Invoke("MongateRecharge", new object[] {
- userId,
- password,
- pszCardNo,
- pszCardPwd});
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateRecharge(string userId, string password, string pszCardNo, string pszCardPwd, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateRecharge", new object[] {
- userId,
- password,
- pszCardNo,
- pszCardPwd}, callback, asyncState);
- }
-
- /// <remarks/>
- public int EndMongateRecharge(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((int)(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsSendSmsExEx", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public string[] MongateCsSendSmsExEx(string userId, string password, string pszMobis, string pszMsg, int iMobiCount) {
- object[] results = this.Invoke("MongateCsSendSmsExEx", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- iMobiCount});
- return ((string[])(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsSendSmsExEx(string userId, string password, string pszMobis, string pszMsg, int iMobiCount, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsSendSmsExEx", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- iMobiCount}, callback, asyncState);
- }
-
- /// <remarks/>
- public string[] EndMongateCsSendSmsExEx(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((string[])(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsGetSmsExEx", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public string[] MongateCsGetSmsExEx(string userId, string password) {
- object[] results = this.Invoke("MongateCsGetSmsExEx", new object[] {
- userId,
- password});
- return ((string[])(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsGetSmsExEx(string userId, string password, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsGetSmsExEx", new object[] {
- userId,
- password}, callback, asyncState);
- }
-
- /// <remarks/>
- public string[] EndMongateCsGetSmsExEx(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((string[])(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsGetStatusReportExEx", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public string[] MongateCsGetStatusReportExEx(string userId, string password) {
- object[] results = this.Invoke("MongateCsGetStatusReportExEx", new object[] {
- userId,
- password});
- return ((string[])(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsGetStatusReportExEx(string userId, string password, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsGetStatusReportExEx", new object[] {
- userId,
- password}, callback, asyncState);
- }
-
- /// <remarks/>
- public string[] EndMongateCsGetStatusReportExEx(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((string[])(results[0]));
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MongateCsSPSendSmsExEx", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public string[] MongateCsSPSendSmsExEx(string userId, string password, string pszMobis, string pszMsg, string pszSubPort) {
- object[] results = this.Invoke("MongateCsSPSendSmsExEx", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- pszSubPort});
- return ((string[])(results[0]));
- }
-
- /// <remarks/>
- public System.IAsyncResult BeginMongateCsSPSendSmsExEx(string userId, string password, string pszMobis, string pszMsg, string pszSubPort, System.AsyncCallback callback, object asyncState) {
- return this.BeginInvoke("MongateCsSPSendSmsExEx", new object[] {
- userId,
- password,
- pszMobis,
- pszMsg,
- pszSubPort}, callback, asyncState);
- }
-
- /// <remarks/>
- public string[] EndMongateCsSPSendSmsExEx(System.IAsyncResult asyncResult) {
- object[] results = this.EndInvoke(asyncResult);
- return ((string[])(results[0]));
- }
- }
- }
|