Click or drag to resize

AbstractServiceParameters Property

the parameters for this AbstractServer instance, such as IP, Port, some path, etc... the key of this dictionary should equals to its ServiceParameter.Name

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public Dictionary<string, Parameter> Parameters { get; protected set; }

Property Value

Type: DictionaryString, Parameter
See Also