Click or drag to resize
BroccoliSharp BroConnectionClass Property
Gets or sets class associated with this BroConnection.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public string Class { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot set property, Bro connection is disposed.
Remarks
Broccoli connections can indicate that they belong to a certain class of connections, which is needed primarily if multiple Bro/Broccoli instances are running on the same node and connect to a single remote peer. Set the class before calling Connect since the connection class is determined upon connection establishment.
See Also