コード例 #1
0
 public string lookupServerURL(string arg0, string arg1, string arg2)
 {
     PPOL.DomainService.lookupServerURL inValue = new PPOL.DomainService.lookupServerURL();
     inValue.Body      = new PPOL.DomainService.lookupServerURLBody();
     inValue.Body.arg0 = arg0;
     inValue.Body.arg1 = arg1;
     inValue.Body.arg2 = arg2;
     PPOL.DomainService.lookupServerURLResponse retVal = ((PPOL.DomainService.DomainLocationAPI)(this)).lookupServerURL(inValue);
     return(retVal.Body.@return);
 }
コード例 #2
0
 PPOL.DomainService.lookupServerURLResponse PPOL.DomainService.DomainLocationAPI.lookupServerURL(PPOL.DomainService.lookupServerURL request)
 {
     return(base.Channel.lookupServerURL(request));
 }