[Mono-list] Unix domain sockets on mono

Gonzalo Paniagua Javier gonzalo at ximian.com
Fri May 27 16:13:26 EDT 2005


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




More information about the Mono-list mailing list