Class SharePointRestClient
Client that handles all SharePoint REST requests
Inheritance
System.Object
SharePointRestClient
Namespace: PnP.Core.Services
Assembly: PnP.Core.dll
Syntax
public class SharePointRestClient : object
Client that handles all SharePoint REST requests
public class SharePointRestClient : object
Default Constructor
public SharePointRestClient(HttpClient client, ILogger<SharePointRestClient> log, IOptions<PnPGlobalSettingsOptions> options)
HttpClient
client
Http Client coming from the .Net http client factory |
ILogger<SharePointRestClient>
log
Logger service |
IOptions<PnPGlobalSettingsOptions>
options
Options service |
Http client which needs to be used for making a SharePoint REST call
public HttpClient Client { get; }
HttpClient
|