On Fri, 2005-05-27 at 14:23 +0530, Kala B wrote: > Hi, > When I use Unix domain sockets, (Mono.Unix) . why does socket.Close() > not remove the Unix domain socket file? What is the correct way to > remove the unix domain socket file? There is no UnixEndPoint.Close() > method. Just use File.Delete (filename). -Gonzalo