Share via


SharedAccess class

Exposes the SharedAccess SOAP Web service. Implements the ISharedAccess interface and forwards SOAP method calls to an internal implementation.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcSharedAccess.SharedAccess

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

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "SharedAccessSoap", Namespace := "https://schemas.microsoft.com/sharepoint/soap/")> _
Public Class SharedAccess _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As SharedAccess
[WebServiceBindingAttribute(Name = "SharedAccessSoap", Namespace = "https://schemas.microsoft.com/sharepoint/soap/")]
public class SharedAccess : 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

SharedAccess members

WebSvcSharedAccess namespace