public Identd() { try { _clientSocket = new StatusSocket(); _clientSocket.SetSocketType = StatusSocket.SocketType.Ident; } catch (Exception ex) { throw ex; } }