Class Protocols.Ports.Service
- Description
A single service registration. Used as the return value for the lookup method.
- Variable
name
Variable port
Variable protocol
Variable comment
string Protocols.Ports.Service.name
int Protocols.Ports.Service.port
string Protocols.Ports.Service.protocol
string Protocols.Ports.Service.comment
- Method create
Protocols.Ports.Service Protocols.Ports.Service(string name, int port, string protocol, string comment)