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