SPIisWebServiceProxy constructor (SPFarm)
Creates a new instance of a Web service proxy when called in the constructor for a concrete subclass.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
farm As SPFarm _
)
'Usage
Dim farm As SPFarm
Dim instance As New SPIisWebServiceProxy(farm)
protected SPIisWebServiceProxy(
SPFarm farm
)
Parameters
farm
Type: Microsoft.SharePoint.Administration.SPFarmThe parent of the new Web service proxy.
Remarks
The SPIisWebServiceProxy class is abstract and can never be instantiated. Therefore you can call this constructor only by calling base(SPFarm) on the declaration line of a constructor in a derived class.