T
TDC
HttpResponse.Close states it closes the socket to the client...is that
true even if the connection is in "KeepAlive" mode?
Same question for the OutputStream retrieved from the response object?
If KeepAlive is True, is there an required cleanup or dispose methods
that are appropriate at the end of an IHttpHandler.ProcessRequest()
implementation?
Thanks!
true even if the connection is in "KeepAlive" mode?
Same question for the OutputStream retrieved from the response object?
If KeepAlive is True, is there an required cleanup or dispose methods
that are appropriate at the end of an IHttpHandler.ProcessRequest()
implementation?
Thanks!