BroConnection Constructor |
Name | Description | |
---|---|---|
BroConnection(Int32, BroConnectionFlags) |
Creates a new BroConnection using the existing socket handle.
|
|
BroConnection(Socket, BroConnectionFlags) |
Creates a new BroConnection using the existing socket.
|
|
BroConnection(TcpClient, BroConnectionFlags) |
Creates a new client-based BroConnection using the existing tcpClient.
|
|
BroConnection(TcpListener, BroConnectionFlags) |
Creates a new server-based BroConnection using the existing tcpListener.
|
|
BroConnection(String, BroConnectionFlags) |
Creates a new BroConnection with specified connection parameters.
|