Click or drag to resize
BroccoliSharp BroPort Constructor (UInt64, Int32)
Creates a new BroPort for the specified port number and integer protocolType.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroPort(
	ulong number,
	int protocolType
)

Parameters

number
Type: SystemUInt64
Port number.
protocolType
Type: SystemInt32
Protocol type.
See Also