Click or drag to resize
BroccoliSharp BroConnection Methods

The BroConnection type exposes the following members.

Methods
  Name Description
Public method AdoptEvents(BroConnection)
Requests the same events as those in source Bro connection.
Public method Static member AdoptEvents(BroConnection, BroConnection)
Requests the same events for the destination as those in source.
Public method Connect
Attempts to establish connection to peer.
Public method Dispose
Releases all the resources used by this BroConnection object.
Protected method Dispose(Boolean)
Releases the unmanaged resources used by this BroConnection object and optionally releases the managed resources.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Releases the unmanaged resources before this BroConnection object is reclaimed by GC.
(Overrides ObjectFinalize.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnReceivedEvent
Raises the ReceivedEvent with the specified args.
Public method ProcessInput
Processes input sent to the sensor by Bro.
Public method Reconnect
Drops the current connection and reconnects, reusing all settings.
Public method RegisterForEvent(String, Object)
Registers for events that arrive with the name of eventName.
Public method RegisterForEvent(String, ActionBroEventArgs, Object)
Registers for events that arrive with the name of eventName using specified eventHandler.
Public method RequestEvents
Notifies peering Bro to send events.
Public method SendEvent(BroEvent)
Attempts to send a BroEvent to a Bro agent.
Public method SendEvent(Byte, Int32)
Enqueues a serialized event directly into the send buffer for this BroConnection.
Public method SendEvent(String, BroValue)
Attempts to send an event to a Bro agent with the specified name and parameters.
Public method SendPacket
Sends Bro packet from this BroConnection.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method UnregisterForEvent
Unregisters for events that arrive with the name of eventName.
Top
See Also