|
BroPort Constructor (UInt64, Int32) |
Creates a new
BroPort for the specified port
number and integer
protocolType.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroPort(
ulong number,
int protocolType
)
Public Sub New (
number As ULong,
protocolType As Integer
)
new :
number : uint64 *
protocolType : int -> BroPort
public BroPort(
UInt64 number,
int protocolType
)
BroccoliSharp.BroPort = function(number, protocolType);
Parameters
- number
- Type: SystemUInt64
Port number. - protocolType
- Type: SystemInt32
Protocol type.
See Also