Ejemplo n.º 1
0
 public int PingSer(string serid, System.Net.IPAddress Address, ref long RtT, ref int Ttl, bool DF, ref int BfL)
 {
     TestSur.ServiceReference2.PingSerRequest inValue = new TestSur.ServiceReference2.PingSerRequest();
     inValue.serid   = serid;
     inValue.Address = Address;
     inValue.RtT     = RtT;
     inValue.Ttl     = Ttl;
     inValue.DF      = DF;
     inValue.BfL     = BfL;
     TestSur.ServiceReference2.PingSerResponse retVal = ((TestSur.ServiceReference2.Icl)(this)).PingSer(inValue);
     RtT = retVal.RtT;
     Ttl = retVal.Ttl;
     BfL = retVal.BfL;
     return(retVal.PingSerResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <TestSur.ServiceReference2.PingSerResponse> PingSerAsync(TestSur.ServiceReference2.PingSerRequest request)
 {
     return(base.Channel.PingSerAsync(request));
 }
Ejemplo n.º 3
0
 TestSur.ServiceReference2.PingSerResponse TestSur.ServiceReference2.Icl.PingSer(TestSur.ServiceReference2.PingSerRequest request)
 {
     return(base.Channel.PingSer(request));
 }