Click or drag to resize
BroccoliSharp BroConnection Constructor (TcpClient, BroConnectionFlags)
Creates a new client-based BroConnection using the existing tcpClient.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroConnection(
	TcpClient tcpClient,
	BroConnectionFlags flags = BroConnectionFlags.None
)

Parameters

tcpClient
Type: System.Net.SocketsTcpClient
Existing open TCP listener to use for BroConnection.
flags (Optional)
Type: BroccoliSharpBroConnectionFlags
Connection flags for this BroConnection.
Exceptions
ExceptionCondition
ArgumentNullExceptiontcpClient is null.
OutOfMemoryExceptionFailed to create Bro connection.
See Also