コード例 #1
0
 public MobileBankIDExample.BankIDService.CollectResponseType Collect(string orderRef)
 {
     MobileBankIDExample.BankIDService.CollectRequest inValue = new MobileBankIDExample.BankIDService.CollectRequest();
     inValue.orderRef = orderRef;
     MobileBankIDExample.BankIDService.CollectResponse retVal = ((MobileBankIDExample.BankIDService.RpServicePortType)(this)).Collect(inValue);
     return(retVal.CollectResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <MobileBankIDExample.BankIDService.CollectResponse> CollectAsync(string orderRef)
 {
     MobileBankIDExample.BankIDService.CollectRequest inValue = new MobileBankIDExample.BankIDService.CollectRequest();
     inValue.orderRef = orderRef;
     return(((MobileBankIDExample.BankIDService.RpServicePortType)(this)).CollectAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <MobileBankIDExample.BankIDService.CollectResponse> MobileBankIDExample.BankIDService.RpServicePortType.CollectAsync(MobileBankIDExample.BankIDService.CollectRequest request)
 {
     return(base.Channel.CollectAsync(request));
 }
コード例 #4
0
 MobileBankIDExample.BankIDService.CollectResponse MobileBankIDExample.BankIDService.RpServicePortType.Collect(MobileBankIDExample.BankIDService.CollectRequest request)
 {
     return(base.Channel.Collect(request));
 }