SPIisWebServiceEndpoint class

Represents the endpoint for a service that allows clients of the service to find and communicate with the service.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("B32BD402-DDF1-4332-861E-89E1B9005B06")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPIisWebServiceEndpoint _
    Inherits SPPersistedObject _
    Implements IServiceEndpoint, IBackupRestore
'Usage
Dim instance As SPIisWebServiceEndpoint
[GuidAttribute("B32BD402-DDF1-4332-861E-89E1B9005B06")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPIisWebServiceEndpoint : SPPersistedObject, 
    IServiceEndpoint, IBackupRestore

Remarks

This type implements IBackupRestoreinterface. For more information about how IBackupRestore objects are used, see How to: Create a Content Class That Can Be Backed Up and Restored.

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

SPIisWebServiceEndpoint members

Microsoft.SharePoint.Administration namespace