Click or drag to resize
BroccoliSharp BroConnectionData Property
Gets data storage facility that can store arbitrary data associated with this BroConnection.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public Dictionary<string, Object> Data { get; }

Property Value

Type: DictionaryString, Object
See Also