Hi,
is it possible to clear the pool of the current processes' UnsafeAuthenticatedConnectionSharing pool, i.e. close all authenticated pooled connections?
Hi,
is it possible to clear the pool of the current processes' UnsafeAuthenticatedConnectionSharing pool, i.e. close all authenticated pooled connections?
Have not tried it. But somthing like ( typed directly so watch for errors):
MyReq.ServicePoint.CloseConnectionGroup(null)
will do the trick.
Note: