Changes to the Web Services Classes
The
System.Web.Services.Discovery.DiscoveryClientProtocol class gains a new property named
UnsafeAuthenticatedConnectionSharing that can be set to
True to allow an authenticated connection to be shared between requests.
The
System.Web.Services.Protocols.HttpGetClientProtocol class gains a new property named
UnsafeAuthenticatedConnectionSharing that can be set to
True to allow an authenticated connection to be shared between requests.
The
System.Web.Services.Protocols.HttpPostClientProtocol class gains a new property named
UnsafeAuthenticatedConnectionSharing that can be set to
True to allow an authenticated connection to be shared between requests.
The
System.Web.Services.Protocols.HttpSimpleClientProtocol class gains a new property named
UnsafeAuthenticatedConnectionSharing that can be set to
True to allow an authenticated connection to be shared between requests.
The
System.Web.Services.Protocols.HttpWebClientProtocol class gains a new property named
UnsafeAuthenticatedConnectionSharing that can be set to
True to allow an authenticated connection to be shared between requests.
The
System.Web.Services.Protocols.SoapHttpClientProtocol class gains a new property named
UnsafeAuthenticatedConnectionSharing that can be set to
True to allow an authenticated connection to be shared between requests.
The
System.Web.Services.Protocols.SoapMessage class gains a new property named
ContentEncoding that can be used to provide supplementary details about the content without having to set the Content-Type HTTP header for the complete response.
The
System.Web.Services.Protocols.SoapClientMessage class gains a new property named
ContentEncoding that can be used to provide supplementary details about the content without having to set the Content-Type HTTP header for the complete response.
The
System.Web.Services.Protocols.SoapServerMessage class gains a new property named
ContentEncoding that can be used to provide supplementary details about the content without having to set the Content-Type HTTP header for the complete response.