S
Scott McFadden
My client application uses an instance of
System.Web.Services.Protocols.SoapHttpClientProtocol. I would like to use
the HTTP 1.1 Keep Alive header so keep my net connection open in between
webservice invocations. Is there a way to do this using
SoapHttpClientProtocol?
Client:
C# / 1.1 CLR
Server:
C# / ASP.NET / 1.1 CLR
thanks
scottm
System.Web.Services.Protocols.SoapHttpClientProtocol. I would like to use
the HTTP 1.1 Keep Alive header so keep my net connection open in between
webservice invocations. Is there a way to do this using
SoapHttpClientProtocol?
Client:
C# / 1.1 CLR
Server:
C# / ASP.NET / 1.1 CLR
thanks
scottm