public System.Threading.Tasks.Task getConfirmAsync(string sessionID, string Mssg)
 {
     ISSSTE.Tramites2016.Common.RenapoService.getConfirm inValue = new ISSSTE.Tramites2016.Common.RenapoService.getConfirm();
     inValue.sessionID = sessionID;
     inValue.Mssg      = Mssg;
     return(((ISSSTE.Tramites2016.Common.RenapoService.ConsultaPorCurpServicePortType)(this)).getConfirmAsync(inValue));
 }
 public void getConfirm(string sessionID, string Mssg)
 {
     ISSSTE.Tramites2016.Common.RenapoService.getConfirm inValue = new ISSSTE.Tramites2016.Common.RenapoService.getConfirm();
     inValue.sessionID = sessionID;
     inValue.Mssg      = Mssg;
     ((ISSSTE.Tramites2016.Common.RenapoService.ConsultaPorCurpServicePortType)(this)).getConfirm(inValue);
 }
 System.Threading.Tasks.Task ISSSTE.Tramites2016.Common.RenapoService.ConsultaPorCurpServicePortType.getConfirmAsync(ISSSTE.Tramites2016.Common.RenapoService.getConfirm request)
 {
     return(base.Channel.getConfirmAsync(request));
 }
 void ISSSTE.Tramites2016.Common.RenapoService.ConsultaPorCurpServicePortType.getConfirm(ISSSTE.Tramites2016.Common.RenapoService.getConfirm request)
 {
     base.Channel.getConfirm(request);
 }