Click or drag to resize

HpsvResponseBaseForwardToRealService Property

Gets or Sets whether Data Simulator should forward the request to the real service or simply simulate it. The value is subject of simulation priority, e.g. if the value is set by a rule with higher priority then setting the value does not have any effect. If the protocol of the virtual service does not support Hybrid simulation then setting the value has no effect.

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public bool ForwardToRealService { get; set; }

Return Value

Type: Boolean
True when to Forward, False when to Simulate
See Also