SPIisWebServiceApplicationProxy constructor (String, SPIisWebServiceProxy, Uri)
Initializes a new instance of the SPIisWebServiceApplicationProxy class.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
serviceProxy As SPIisWebServiceProxy, _
serviceEndpointUri As Uri _
)
'Usage
Dim name As String
Dim serviceProxy As SPIisWebServiceProxy
Dim serviceEndpointUri As Uri
Dim instance As New SPIisWebServiceApplicationProxy(name, serviceProxy, _
serviceEndpointUri)
protected SPIisWebServiceApplicationProxy(
string name,
SPIisWebServiceProxy serviceProxy,
Uri serviceEndpointUri
)
Parameters
name
Type: System.StringThe name of the new proxy.
serviceProxy
Type: Microsoft.SharePoint.Administration.SPIisWebServiceProxyThe parent of the new proxy.
serviceEndpointUri
Type: System.UriThe URI of the endpoint of the connected web service application.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The serviceEndpointUri parameter is a null reference (Nothing in Visual Basic). |
See also
Reference
SPIisWebServiceApplicationProxy class
SPIisWebServiceApplicationProxy members