|
BroPortNumber Property |
Gets the port number of this
BroPort.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public ulong Number { get; }
Public ReadOnly Property Number As ULong
Get
member Number : uint64 with get
/** @property */
public UInt64 get_Number()
Property Value
Type:
UInt64Remarks
Returns the
port_num value from the
bro_port structure.
See Also