Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
[SharedAccess Web service].SharedAccess
Namespace: [SharedAccess Web service]
Web service reference: http://Site/_vti_bin/SharedAccess.asmx
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.