Beispiel #1
0
 public System.Threading.Tasks.Task <demo_csharp.SMS_SERVICE.ReplyConfirmResponse> ReplyConfirmAsync(string in0, string in1, string in2, string in3, string in4)
 {
     demo_csharp.SMS_SERVICE.ReplyConfirmRequest inValue = new demo_csharp.SMS_SERVICE.ReplyConfirmRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     inValue.in3 = in3;
     inValue.in4 = in4;
     return(((demo_csharp.SMS_SERVICE.SmsPortType)(this)).ReplyConfirmAsync(inValue));
 }
Beispiel #2
0
 public string ReplyConfirm(string in0, string in1, string in2, string in3, string in4)
 {
     demo_csharp.SMS_SERVICE.ReplyConfirmRequest inValue = new demo_csharp.SMS_SERVICE.ReplyConfirmRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     inValue.in3 = in3;
     inValue.in4 = in4;
     demo_csharp.SMS_SERVICE.ReplyConfirmResponse retVal = ((demo_csharp.SMS_SERVICE.SmsPortType)(this)).ReplyConfirm(inValue);
     return(retVal.result);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <demo_csharp.SMS_SERVICE.ReplyConfirmResponse> demo_csharp.SMS_SERVICE.SmsPortType.ReplyConfirmAsync(demo_csharp.SMS_SERVICE.ReplyConfirmRequest request)
 {
     return(base.Channel.ReplyConfirmAsync(request));
 }
Beispiel #4
0
 demo_csharp.SMS_SERVICE.ReplyConfirmResponse demo_csharp.SMS_SERVICE.SmsPortType.ReplyConfirm(demo_csharp.SMS_SERVICE.ReplyConfirmRequest request)
 {
     return(base.Channel.ReplyConfirm(request));
 }