コード例 #1
0
 public System.Threading.Tasks.Task <AppMC.SR_AUT.getSecureCode1Response> getSecureCodeAsync()
 {
     AppMC.SR_AUT.getSecureCode1Request inValue = new AppMC.SR_AUT.getSecureCode1Request();
     return(((AppMC.SR_AUT.WSAuthenticationPortType)(this)).getSecureCodeAsync(inValue));
 }
コード例 #2
0
 public string getSecureCode()
 {
     AppMC.SR_AUT.getSecureCode1Request  inValue = new AppMC.SR_AUT.getSecureCode1Request();
     AppMC.SR_AUT.getSecureCode1Response retVal  = ((AppMC.SR_AUT.WSAuthenticationPortType)(this)).getSecureCode(inValue);
     return(retVal.@return);
 }
コード例 #3
0
 System.Threading.Tasks.Task <AppMC.SR_AUT.getSecureCode1Response> AppMC.SR_AUT.WSAuthenticationPortType.getSecureCodeAsync(AppMC.SR_AUT.getSecureCode1Request request)
 {
     return(base.Channel.getSecureCodeAsync(request));
 }
コード例 #4
0
 AppMC.SR_AUT.getSecureCode1Response AppMC.SR_AUT.WSAuthenticationPortType.getSecureCode(AppMC.SR_AUT.getSecureCode1Request request)
 {
     return(base.Channel.getSecureCode(request));
 }