![]() |
BroPort Structure |
Namespace: BroccoliSharp
The BroPort type exposes the following members.
Name | Description | |
---|---|---|
![]() | BroPort(UInt64, Int32) |
Creates a new BroPort for the specified port number and integer protocolType.
|
![]() | BroPort(UInt64, ProtocolType) |
Creates a new BroPort for the specified port number and protocolType enumeration value.
|
![]() | BroPort(UInt64, String) |
Creates a new BroPort for the specified port number and protocol string.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current BroPort.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(BroPort) |
Indicates whether the current BroPort is equal to another BroPort.
|
![]() | GetHashCode |
Gets a hash code for this BroPort.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents this BroPort.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Equality operator for BroPort.
|
![]() ![]() | (BroPort to UInt64) |
Implicitly converts BroPort object to a UInt64 based on port number.
|
![]() ![]() | Inequality |
Inequality operator for BroPort.
|
Name | Description | |
---|---|---|
![]() | Number |
Gets the port number of this BroPort.
|
![]() | ProtocolType |
Gets the ProtocolType of this BroPort.
|
![]() | RawProtocolType |
Gets raw protocol type number.
|