Click or drag to resize
BroccoliSharp BroConnection Constructor
Overload List
  Name Description
Public method BroConnection(Int32, BroConnectionFlags)
Creates a new BroConnection using the existing socket handle.
Public method BroConnection(Socket, BroConnectionFlags)
Creates a new BroConnection using the existing socket.
Public method BroConnection(TcpClient, BroConnectionFlags)
Creates a new client-based BroConnection using the existing tcpClient.
Public method BroConnection(TcpListener, BroConnectionFlags)
Creates a new server-based BroConnection using the existing tcpListener.
Public method BroConnection(String, BroConnectionFlags)
Creates a new BroConnection with specified connection parameters.
Top
See Also