Click or drag to resize
BroccoliSharp BroConnection Properties

The BroConnection type exposes the following members.

Properties
  Name Description
Public property Class
Gets or sets class associated with this BroConnection.
Public property Data
Gets data storage facility that can store arbitrary data associated with this BroConnection.
Public property EventQueue
Gets event queue functions for this BroConnection.
Public property FileDescriptor
Gets file descriptor of this BroConnection.
Public property Flags
Gets BroConnectionFlags associated with this BroConnection.
Public property HostName
Gets host name, formatted as host:port, associated with this BroConnection.
Public property InputBufferLength
Gets connection statistic for the number of bytes to process in input buffer.
Public property IsAlive
Gets flag that determines whether a connection is currently alive or has died.
Public property OutputBufferLength
Gets connection statistic for the number of bytes to process in output buffer.
Public property PacketContext
Gets or sets current packet context, i.e., the libpcap DLT linklayer type, for this BroConnection.
Public property PeerClass
Gets connection class indicated by peer.
Top
See Also