ClientContext Constructor (Uri)
Initializes a new instance of the ClientContext class for the site with the specified Uri object.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub New ( _
webFullUrl As Uri _
)
'Usage
Dim webFullUrl As Uri
Dim instance As New ClientContext(webFullUrl)
public ClientContext(
Uri webFullUrl
)
Parameters
webFullUrl
Type: System.UriA Uri object that represents the absolute URL of the SharePoint site.