Click or drag to resize

HpsvServiceInfoEndpoint Class

Provides information about Virtual Service Endpoint
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApiHpsvServiceInfoEndpoint

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public class HpsvServiceInfoEndpoint

The HpsvServiceInfoEndpoint type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Virtual Service Address
Public propertyRealAddress
Real Service Address
Public propertyRealInputAgentId
AgentId for incoming messages from real service
Public propertyRealOutputAgentId
AgentId for outgoing messages to real service
Public propertyVirtualInputAgentId
AgentId for incoming messages from client application
Public propertyVirtualOutputAgentId
AgentId for outgoing messages to client application
Top
See Also