public string ToLineString() { return(string.Format("{0} {1,5} {2,-11} {3,-21} {4,-21} {5}", Proto.ToString().ToUpper(), ProcessId, State, new IPEndPoint(LocalAddress, LocalPort), new IPEndPoint(RemoteAddress, RemotePort), ProcessName)); }