StsAdapter Class
Obsolete. Use the managed client object model to perform queries against SharePoint Foundation site and list data, instead. This Web service is an adapter service that provides a method for performing queries, and it is maintained for backward compatibility.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
[DspSts Web service].StsAdapter
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
<WebServiceBindingAttribute(Name := "StsAdapterSoap", Namespace := "https://schemas.microsoft.com/sharepoint/dsp")> _
Public Class StsAdapter _
Inherits SoapHttpClientProtocol
'Usage
Dim instance As StsAdapter
[WebServiceBindingAttribute(Name = "StsAdapterSoap", Namespace = "https://schemas.microsoft.com/sharepoint/dsp")]
public class StsAdapter : SoapHttpClientProtocol
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.