Click or drag to resize

CommonProtocolMetadata Class

Common metadata available for all protocols
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApi.Hook.Processing.ProtocolMetadataCommonProtocolMetadata

Namespace:  HP.SV.DotNetRuleApi.Hook.Processing.ProtocolMetadata
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public class CommonProtocolMetadata

The CommonProtocolMetadata type exposes the following members.

Constructors
  NameDescription
Public methodCommonProtocolMetadata
Initializes a new instance of the CommonProtocolMetadata class
Top
Fields
  NameDescription
Public fieldStatic memberAgentNameKey
The name of the agent processing the message. Read-only string value.
Public fieldStatic memberAgentTypeKey
The type of the agent processing the message. Read-only string value.
Public fieldStatic memberHybridSimulationEnabledKey
True if Hybrid Simulation is enabled. Read-only bool value.
Public fieldStatic memberMessageIdKey
The unique ID of the message.
Public fieldStatic memberMessageTypeKey
Either "Request" or "Response". Read-only string value.
Public fieldStatic memberNamespace
Namespace of common protocol metadata http://hp.com/SOAQ/ServiceVirtualization/2010/
Public fieldStatic memberProtocolIdKey
The ID of the protocol of the message (it has a form of URL). Read-only string value.
Public fieldStatic memberTimestampKey
Message timestamp. Read-only long value.
Public fieldStatic memberUserNameKey
User name if message is authorized.
Top
See Also