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

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

Parameters

number
Type: SystemUInt64
Port number.
protocolType
Type: System.Net.SocketsProtocolType
Protocol type.
See Also