Exemplo n.º 1
0
 public PortLookupInfo(int number, PortLookup.Protocol protocol, string service, string description)
 {
     Number      = number;
     Protocol    = protocol;
     Service     = service;
     Description = description;
 }
Exemplo n.º 2
0
 public PortLookupInfo(int number, PortLookup.Protocol protocol)
 {
     Number   = number;
     Protocol = protocol;
 }