SPIisWebServiceProxy constructor
Allows the base class to perform its own initialization when concrete subclasses are created.
Overload list
Name | Description | |
---|---|---|
SPIisWebServiceProxy() | Default constructor. Should be called only by the default constructor of a derived class. | |
SPIisWebServiceProxy(SPFarm) | Creates a new instance of a Web service proxy when called in the constructor for a concrete subclass. |
Top