Click or drag to resize
BroccoliSharp BroPacketClone Method
Gets a clone of this BroPacket.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroPacket Clone()

Return Value

Type: BroPacket
Clone of this BroPacket.
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot clone, BroPacket is disposed.
See Also