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