ClientContext constructor (Uri)

Initializes a new instance of the ClientContext class for the site with the specified Uri object.

Namespace:  Microsoft.SharePoint.Client
Assembly:  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.Uri

    A Uri object that represents the absolute URL of the SharePoint site.

See also

Reference

ClientContext class

ClientContext members

ClientContext overload

Microsoft.SharePoint.Client namespace