Description

Stores settings for a license server searching on the network. 

    public class NetServer
    {
        public string hostName;
        public UInt32 hostPort;
        public string broadcastAddress;
    }

Fields

hostNameThe name or IP address of the computer running the Guardant Net server 
hostPort

TCP port on which Guardant Net server is running

By default port is 3185

broadcastAddress

UDP broadcast address.

The default address is 255.255.255.255

  • No labels