コード例 #1
0
 public System.Threading.Tasks.Task <AppMC.SR_AUT.changePin4Response> changePinAsync(string userID, string encriptCode, string key)
 {
     AppMC.SR_AUT.changePin4Request inValue = new AppMC.SR_AUT.changePin4Request();
     inValue.userID      = userID;
     inValue.encriptCode = encriptCode;
     inValue.key         = key;
     return(((AppMC.SR_AUT.WSAuthenticationPortType)(this)).changePinAsync(inValue));
 }
コード例 #2
0
 public string changePin(string userID, string encriptCode, string key)
 {
     AppMC.SR_AUT.changePin4Request inValue = new AppMC.SR_AUT.changePin4Request();
     inValue.userID      = userID;
     inValue.encriptCode = encriptCode;
     inValue.key         = key;
     AppMC.SR_AUT.changePin4Response retVal = ((AppMC.SR_AUT.WSAuthenticationPortType)(this)).changePin(inValue);
     return(retVal.@return);
 }
コード例 #3
0
 System.Threading.Tasks.Task <AppMC.SR_AUT.changePin4Response> AppMC.SR_AUT.WSAuthenticationPortType.changePinAsync(AppMC.SR_AUT.changePin4Request request)
 {
     return(base.Channel.changePinAsync(request));
 }
コード例 #4
0
 AppMC.SR_AUT.changePin4Response AppMC.SR_AUT.WSAuthenticationPortType.changePin(AppMC.SR_AUT.changePin4Request request)
 {
     return(base.Channel.changePin(request));
 }