From: Cesar on
Hello All.

I'm using WCF (with wsHttpBinding) and trying to disconnect selective client
connections programmatically from the server side.

I need this because I'm implementing a Login() method, which in case of
fails, the server disconnects the client with no mercy.

Also, its good to release resources in case of a client just crashes or bad
implemented (i.e. no Dispose rotines on client).

Is there a way to perform this (closing connection) direct from the server?


[]s
Cesar