Click or drag to resize
BroccoliSharp BroField Constructor (BroValue, String)
Creates a new BroField from the provided value and specified field name.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroField(
	BroValue value,
	string name = ""
)

Parameters

value
Type: BroccoliSharpBroValue
BroValue for BroField to be based upon.
name (Optional)
Type: SystemString
The field name for the BroField, can be empty string for BroType.List source.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
Remarks
Field name is optional when using field with a BroRecord implemented as a BroType.List.
See Also