Searched refs:PcfsIpEndpoint (Results 1 – 2 of 2) sorted by relevance
216 static IPEndPoint PcfsIpEndpoint = null; field in CafeX.Program562 PcfsIpEndpoint = ParseIpEndPoint(args[arg_pos]); in Main()563 if (PcfsIpEndpoint == null) in Main()
3019 PCFSSERVER_PARAMETERS.AddToVar("-l " + PcfsIpEndpoint.Port.ToString(), ' '); in run()3020 PCFSSERVER_PARAMETERS.AddToVar("-i " + PcfsIpEndpoint.Address.ToString(), ' '); in run()