Click or drag to resize
BroccoliSharp BroConnectionSendPacket Method
Sends Bro packet from this BroConnection.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool SendPacket(
	BroPacket packet
)

Parameters

packet
Type: BroccoliSharpBroPacket
BroPacket to send.

Return Value

Type: Boolean
true if successful; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionpacket is null.
ObjectDisposedExceptionCannot send packet, BroConnection is disposed.
See Also