예제 #1
0
 public System.Threading.Tasks.Task <HMI.GASServiceReference.AuthByPasswordResponse> AuthByPasswordAsync(string p_Acc, string p_PassWd, string p_System, string p_IP)
 {
     HMI.GASServiceReference.AuthByPasswordRequest inValue = new HMI.GASServiceReference.AuthByPasswordRequest();
     inValue.Body          = new HMI.GASServiceReference.AuthByPasswordRequestBody();
     inValue.Body.p_Acc    = p_Acc;
     inValue.Body.p_PassWd = p_PassWd;
     inValue.Body.p_System = p_System;
     inValue.Body.p_IP     = p_IP;
     return(((HMI.GASServiceReference.GasServiceSoap)(this)).AuthByPasswordAsync(inValue));
 }
예제 #2
0
 public HMI.GASServiceReference.CMessage AuthByPassword(string p_Acc, string p_PassWd, string p_System, string p_IP)
 {
     HMI.GASServiceReference.AuthByPasswordRequest inValue = new HMI.GASServiceReference.AuthByPasswordRequest();
     inValue.Body          = new HMI.GASServiceReference.AuthByPasswordRequestBody();
     inValue.Body.p_Acc    = p_Acc;
     inValue.Body.p_PassWd = p_PassWd;
     inValue.Body.p_System = p_System;
     inValue.Body.p_IP     = p_IP;
     HMI.GASServiceReference.AuthByPasswordResponse retVal = ((HMI.GASServiceReference.GasServiceSoap)(this)).AuthByPassword(inValue);
     return(retVal.Body.AuthByPasswordResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <HMI.GASServiceReference.AuthByPasswordResponse> HMI.GASServiceReference.GasServiceSoap.AuthByPasswordAsync(HMI.GASServiceReference.AuthByPasswordRequest request)
 {
     return(base.Channel.AuthByPasswordAsync(request));
 }
예제 #4
0
 HMI.GASServiceReference.AuthByPasswordResponse HMI.GASServiceReference.GasServiceSoap.AuthByPassword(HMI.GASServiceReference.AuthByPasswordRequest request)
 {
     return(base.Channel.AuthByPassword(request));
 }