Click or drag to resize
BroccoliSharp BroPort Constructor (UInt64, String)
Creates a new BroPort for the specified port number and protocol string.

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

Parameters

number
Type: SystemUInt64
Port number.
protocol
Type: SystemString
String representation of protocol type.
Exceptions
ExceptionCondition
ArgumentExceptionprotocol can be parsed as a ProtocolType enumerated value.
See Also