Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.Web.DataObject.ServiceDiscoveryEventArgs

OpenEdge.Web.DataObject.ServiceDiscoveryEventArgs

  • Last Updated: January 15, 2026
  • 1 minute read
    • OpenEdge
    • Documentation
Namespace: OpenEdge.Web.DataObject
Type: Class ServiceDiscoveryEventArgs
Parent Classes:
Inherits: OpenEdge.Web.DataObject.HandleRequestEventArgs


/* *************************************************************************************************************************
Copyright (c) 2017 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:ServiceDiscoveryEventArgs
Purpose:Event args for the service lookup event in the DOH
Author(s):pjudge
Created:2017-08-31



Constructor Summary
  Options Name Purpose
  ServiceDiscoveryEventArgs (IWebRequest) /* Constructor. @param IWebRequest The request that resulting in the exception */
  ServiceDiscoveryEventArgs (IWebRequest, IServiceRegistry) /* Constructor. @param IWebRequest The request that resulting in the exception */

Property Summary
  Options Name Purpose
  CHARACTER Name
  OpenEdge.Web.DataObject.IServiceRegistry Registry
  OpenEdge.Web.DataObject.DataObjectService Service
  CHARACTER ServiceURI
  CHARACTER Version


Constructor Detail
Top

ServiceDiscoveryEventArgs (IWebRequest)

/* Constructor.
Parameters:
pRequest OpenEdge.Web.IWebRequest
 
Top

ServiceDiscoveryEventArgs (IWebRequest, IServiceRegistry)

/* Constructor.
Parameters:
pRequest OpenEdge.Web.IWebRequest
 
pRegistry OpenEdge.Web.DataObject.IServiceRegistry
 


Property Detail
Top

CHARACTER Name

Returns CHARACTER
 
Top

OpenEdge.Web.DataObject.IServiceRegistry Registry

Top

OpenEdge.Web.DataObject.DataObjectService Service

Top

CHARACTER ServiceURI

Returns CHARACTER
 
Top

CHARACTER Version

Returns CHARACTER
 


Alert