コード例 #1
0
ファイル: Reference.cs プロジェクト: war-man/BIBIAM
 public System.Threading.Tasks.Task <DecaPay.SendSMS.SendSMSResponse> SendSMSAsync(string account_name, string account_password, string User_ID, string Content, string Service_ID, string Command_Code, string Request_ID, string Message_Type, string Total_Message, string Message_Index, string IsMore, string Content_Type)
 {
     DecaPay.SendSMS.SendSMSRequest inValue = new DecaPay.SendSMS.SendSMSRequest();
     inValue.Body = new DecaPay.SendSMS.SendSMSRequestBody();
     inValue.Body.account_name     = account_name;
     inValue.Body.account_password = account_password;
     inValue.Body.User_ID          = User_ID;
     inValue.Body.Content          = Content;
     inValue.Body.Service_ID       = Service_ID;
     inValue.Body.Command_Code     = Command_Code;
     inValue.Body.Request_ID       = Request_ID;
     inValue.Body.Message_Type     = Message_Type;
     inValue.Body.Total_Message    = Total_Message;
     inValue.Body.Message_Index    = Message_Index;
     inValue.Body.IsMore           = IsMore;
     inValue.Body.Content_Type     = Content_Type;
     return(((DecaPay.SendSMS.Service_SendSMS2Soap)(this)).SendSMSAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: war-man/BIBIAM
 public int SendSMS(string account_name, string account_password, string User_ID, string Content, string Service_ID, string Command_Code, string Request_ID, string Message_Type, string Total_Message, string Message_Index, string IsMore, string Content_Type)
 {
     DecaPay.SendSMS.SendSMSRequest inValue = new DecaPay.SendSMS.SendSMSRequest();
     inValue.Body = new DecaPay.SendSMS.SendSMSRequestBody();
     inValue.Body.account_name     = account_name;
     inValue.Body.account_password = account_password;
     inValue.Body.User_ID          = User_ID;
     inValue.Body.Content          = Content;
     inValue.Body.Service_ID       = Service_ID;
     inValue.Body.Command_Code     = Command_Code;
     inValue.Body.Request_ID       = Request_ID;
     inValue.Body.Message_Type     = Message_Type;
     inValue.Body.Total_Message    = Total_Message;
     inValue.Body.Message_Index    = Message_Index;
     inValue.Body.IsMore           = IsMore;
     inValue.Body.Content_Type     = Content_Type;
     DecaPay.SendSMS.SendSMSResponse retVal = ((DecaPay.SendSMS.Service_SendSMS2Soap)(this)).SendSMS(inValue);
     return(retVal.Body.SendSMSResult);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: war-man/BIBIAM
 System.Threading.Tasks.Task <DecaPay.SendSMS.SendSMSResponse> DecaPay.SendSMS.Service_SendSMS2Soap.SendSMSAsync(DecaPay.SendSMS.SendSMSRequest request)
 {
     return(base.Channel.SendSMSAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: war-man/BIBIAM
 DecaPay.SendSMS.SendSMSResponse DecaPay.SendSMS.Service_SendSMS2Soap.SendSMS(DecaPay.SendSMS.SendSMSRequest request)
 {
     return(base.Channel.SendSMS(request));
 }