> [...]
> I want to restrict server that, it should not send over 4KB/sec data
> to a client. I found LSP (Layered Service Provider) that can do this
> but I am unable to find any source of LSP to use in my .Net
> application.
While I suppose an LSP could be used to solve the problem, it's not
necessary. You can easily implement all of the functionality you need
within the server itself.
What was wrong with the suggestions we already provided to you regarding
this question?
Pete
salman - 22 Sep 2007 05:55 GMT
Ok Peter I will try this solutions.
Salman Ali
On Sep 21, 12:17 pm, Peter Duniho <NpOeStPe...@NnOwSlPiAnMk.com>
wrote:
> > [...]
> > I want to restrict server that, it should not send over 4KB/sec data
[quoted text clipped - 10 lines]
>
> Pete