Example #1
0
 public TestSMTP.console.ServiceReference1.AppSequenceType ProbeOperation(TestSMTP.console.ServiceReference1.ProbeType Probe, out TestSMTP.console.ServiceReference1.ProbeMatchType[] ProbeMatches)
 {
     TestSMTP.console.ServiceReference1.ProbeMessage11 inValue = new TestSMTP.console.ServiceReference1.ProbeMessage11();
     inValue.Probe = Probe;
     TestSMTP.console.ServiceReference1.ProbeMatchesMessage11 retVal = ((TestSMTP.console.ServiceReference1.DiscoveryProxy)(this)).ProbeOperation(inValue);
     ProbeMatches = retVal.ProbeMatches;
     return(retVal.AppSequence);
 }
Example #2
0
 public System.Threading.Tasks.Task <TestSMTP.console.ServiceReference1.ProbeMatchesMessage11> ProbeOperationAsync(TestSMTP.console.ServiceReference1.ProbeType Probe)
 {
     TestSMTP.console.ServiceReference1.ProbeMessage11 inValue = new TestSMTP.console.ServiceReference1.ProbeMessage11();
     inValue.Probe = Probe;
     return(((TestSMTP.console.ServiceReference1.DiscoveryProxy)(this)).ProbeOperationAsync(inValue));
 }
Example #3
0
 public ProbeMessage11(TestSMTP.console.ServiceReference1.ProbeType Probe)
 {
     this.Probe = Probe;
 }