|
BroPort Constructor (UInt64, String) |
Creates a new
BroPort for the specified port
number and
protocol string.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroPort(
ulong number,
string protocol
)
Public Sub New (
number As ULong,
protocol As String
)
new :
number : uint64 *
protocol : string -> BroPort
public BroPort(
UInt64 number,
String protocol
)
BroccoliSharp.BroPort = function(number, protocol);
Parameters
- number
- Type: SystemUInt64
Port number. - protocol
- Type: SystemString
String representation of protocol type.
Exceptions See Also