Skip to content

Commit 8285b32

Browse files
authored
Adding space to hope to trigger the build again
1 parent 747ae17 commit 8285b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ using (var ctx = new ClientContext("https://contoso.sharepoint.com/sites/team"))
141141
Following sample is in c# format, but the similar User Agent information is recommended to be used even for the JavaScript libraries used in the SharePoint Online pages.
142142

143143
```cs
144-
HttpWebRequest endpointRequest = (HttpWebRequest)HttpWebRequest.Create(sharepointUrl.ToString() + "/_api/web/lists");
144+
HttpWebRequest endpointRequest = (HttpWebRequest) HttpWebRequest.Create(sharepointUrl.ToString() + "/_api/web/lists");
145145
endpointRequest.Method = "GET";
146146
endpointRequest.UserAgent = "NONISV|Contoso|GovernanceCheck/1.0";
147147
endpointRequest.Accept = "application/json;odata=nometadata";

0 commit comments

Comments
 (0)