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
            WebSvcDspSts.StsAdapter

Namespace:  WebSvcDspSts
Assembly:  STSSOAP (in STSSOAP.dll)

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.

See also

Reference

StsAdapter members

WebSvcDspSts namespace