public string connectivityTest(string echoBack) { ConsoleApp1.NESIISCDCService.connectivityTestRequest inValue = new ConsoleApp1.NESIISCDCService.connectivityTestRequest(); inValue.echoBack = echoBack; ConsoleApp1.NESIISCDCService.connectivityTestResponse retVal = ((ConsoleApp1.NESIISCDCService.IIS_PortType)(this)).connectivityTest(inValue); return(retVal.@return); }
public System.Threading.Tasks.Task <ConsoleApp1.NESIISCDCService.connectivityTestResponse> connectivityTestAsync(string echoBack) { ConsoleApp1.NESIISCDCService.connectivityTestRequest inValue = new ConsoleApp1.NESIISCDCService.connectivityTestRequest(); inValue.echoBack = echoBack; return(((ConsoleApp1.NESIISCDCService.IIS_PortType)(this)).connectivityTestAsync(inValue)); }
System.Threading.Tasks.Task <ConsoleApp1.NESIISCDCService.connectivityTestResponse> ConsoleApp1.NESIISCDCService.IIS_PortType.connectivityTestAsync(ConsoleApp1.NESIISCDCService.connectivityTestRequest request) { return(base.Channel.connectivityTestAsync(request)); }
ConsoleApp1.NESIISCDCService.connectivityTestResponse ConsoleApp1.NESIISCDCService.IIS_PortType.connectivityTest(ConsoleApp1.NESIISCDCService.connectivityTestRequest request) { return(base.Channel.connectivityTest(request)); }