StsAdapter Class

Represents the adapter service used to perform queries against sites and lists in Windows SharePoint Services.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            websvcListDataRetrieval.StsAdapter

Namespace:  websvcListDataRetrieval
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

websvcListDataRetrieval Namespace