webdav.client 5.21.6101 → 5.21.6104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/Help/ClassReference/Create.html +1809 -0
  2. package/Help/ClassReference/ITHit.Environment.html +1739 -0
  3. package/Help/ClassReference/ITHit.LogLevel.html +1985 -0
  4. package/Help/ClassReference/ITHit.Logger.html +2170 -0
  5. package/Help/ClassReference/ITHit.WebDAV.Client.AsyncResult.html +1877 -0
  6. package/Help/ClassReference/ITHit.WebDAV.Client.BrowserExtension.html +2282 -0
  7. package/Help/ClassReference/ITHit.WebDAV.Client.CancellableResult.html +2049 -0
  8. package/Help/ClassReference/ITHit.WebDAV.Client.DavConstants.html +3181 -0
  9. package/Help/ClassReference/ITHit.WebDAV.Client.Depth.html +1815 -0
  10. package/Help/ClassReference/ITHit.WebDAV.Client.DocManager.html +3600 -0
  11. package/Help/ClassReference/ITHit.WebDAV.Client.Encoder.html +1785 -0
  12. package/Help/ClassReference/ITHit.WebDAV.Client.Error.html +1785 -0
  13. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.BadRequestException.html +1883 -0
  14. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ConflictException.html +1883 -0
  15. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html +1883 -0
  16. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ForbiddenException.html +1883 -0
  17. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Error.html +1753 -0
  18. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Multistatus.html +1703 -0
  19. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse.html +1703 -0
  20. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus.html +1755 -0
  21. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse.html +1703 -0
  22. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html +1883 -0
  23. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.IntegrationException.html +1689 -0
  24. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.LockedException.html +1883 -0
  25. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html +1883 -0
  26. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotFoundException.html +1883 -0
  27. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotImplementedException.html +1883 -0
  28. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage.html +1805 -0
  29. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html +1883 -0
  30. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html +1929 -0
  31. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyException.html +1929 -0
  32. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html +1929 -0
  33. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html +1929 -0
  34. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html +1883 -0
  35. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html +1883 -0
  36. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html +1883 -0
  37. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavException.html +1695 -0
  38. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html +1883 -0
  39. package/Help/ClassReference/ITHit.WebDAV.Client.Features.html +2215 -0
  40. package/Help/ClassReference/ITHit.WebDAV.Client.File.html +9490 -0
  41. package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +11459 -0
  42. package/Help/ClassReference/ITHit.WebDAV.Client.GEditInfo.html +1785 -0
  43. package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +8324 -0
  44. package/Help/ClassReference/ITHit.WebDAV.Client.HttpStatus.html +3861 -0
  45. package/Help/ClassReference/ITHit.WebDAV.Client.LockInfo.html +1923 -0
  46. package/Help/ClassReference/ITHit.WebDAV.Client.LockScope.html +1755 -0
  47. package/Help/ClassReference/ITHit.WebDAV.Client.LockUriTokenPair.html +1785 -0
  48. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CancelUpload.html +1691 -0
  49. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CopyMove.html +1745 -0
  50. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Delete.html +1691 -0
  51. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ErrorResponse.html +1751 -0
  52. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.GoAsync.html +1830 -0
  53. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.html +1698 -0
  54. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Head.html +1691 -0
  55. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.HttpMethod.html +1765 -0
  56. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.Go.html +1866 -0
  57. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.GoAsync.html +1884 -0
  58. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.html +1701 -0
  59. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.Go.html +1866 -0
  60. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync.html +1884 -0
  61. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.html +1701 -0
  62. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Mkcol.html +1691 -0
  63. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.MultiResponse.html +1751 -0
  64. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Options.html +1748 -0
  65. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propfind.html +1745 -0
  66. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Proppatch.html +1691 -0
  67. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propstat.html +1733 -0
  68. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Put.html +1691 -0
  69. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Report.html +1761 -0
  70. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Response.html +1751 -0
  71. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ResponseFactory.html +1689 -0
  72. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Search.html +1691 -0
  73. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.SingleResponse.html +1742 -0
  74. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Undelete.html +1685 -0
  75. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Unlock.html +1691 -0
  76. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.UpdateToVersion.html +1691 -0
  77. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.VersionControl.html +1691 -0
  78. package/Help/ClassReference/ITHit.WebDAV.Client.MsOfficeEditExtensions.html +2103 -0
  79. package/Help/ClassReference/ITHit.WebDAV.Client.Multistatus.html +1785 -0
  80. package/Help/ClassReference/ITHit.WebDAV.Client.MultistatusResponse.html +1831 -0
  81. package/Help/ClassReference/ITHit.WebDAV.Client.OptionsInfo.html +1739 -0
  82. package/Help/ClassReference/ITHit.WebDAV.Client.OrderProperty.html +1960 -0
  83. package/Help/ClassReference/ITHit.WebDAV.Client.PageResults.html +1785 -0
  84. package/Help/ClassReference/ITHit.WebDAV.Client.Property.html +2017 -0
  85. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyList.html +2048 -0
  86. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyMultistatusResponse.html +1883 -0
  87. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyName.html +1972 -0
  88. package/Help/ClassReference/ITHit.WebDAV.Client.Request.html +2673 -0
  89. package/Help/ClassReference/ITHit.WebDAV.Client.RequestProgress.html +1969 -0
  90. package/Help/ClassReference/ITHit.WebDAV.Client.ResourceType.html +1755 -0
  91. package/Help/ClassReference/ITHit.WebDAV.Client.ResumableUpload.html +2271 -0
  92. package/Help/ClassReference/ITHit.WebDAV.Client.SPSManager.html +1951 -0
  93. package/Help/ClassReference/ITHit.WebDAV.Client.SearchQuery.html +1974 -0
  94. package/Help/ClassReference/ITHit.WebDAV.Client.Source.html +1785 -0
  95. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.DocManager.MsOfficeEditExtensions.html +1685 -0
  96. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CopyMove.html +1685 -0
  97. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFile.html +1685 -0
  98. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFolder.html +1685 -0
  99. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Delete.html +1685 -0
  100. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetFolderItems.html +1685 -0
  101. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetHeadRequests.html +1685 -0
  102. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemByFolder.html +1685 -0
  103. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemBySession.html +1685 -0
  104. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetParent.html +1685 -0
  105. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.ItemExists.html +1685 -0
  106. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.MicrosoftOfficeDiscovery.html +1685 -0
  107. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.NameCheck.html +1685 -0
  108. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Progress.html +1685 -0
  109. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Refresh.html +1685 -0
  110. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Search.html +1685 -0
  111. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.SupportedFeatures.html +1685 -0
  112. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.GetProperties.html +1685 -0
  113. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.UpdateProperties.html +1685 -0
  114. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.CheckSupport.html +1685 -0
  115. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Etag.html +1685 -0
  116. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.GetLocks.html +1685 -0
  117. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Lock.html +1685 -0
  118. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.RefreshLock.html +1685 -0
  119. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.GetVersions.html +1685 -0
  120. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ManageVersions.html +1685 -0
  121. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.PutUnderVersion.html +1685 -0
  122. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ReadContent.html +1685 -0
  123. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.WebDavSession.Events.html +1685 -0
  124. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.AutoUploader.html +1753 -0
  125. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Map.html +1916 -0
  126. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Pair.html +1787 -0
  127. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ContentWriter.html +1945 -0
  128. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.DropZone.html +1791 -0
  129. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.html +1689 -0
  130. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html +1781 -0
  131. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.Input.html +1791 -0
  132. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.DropZoneCollection.html +2140 -0
  133. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html +1884 -0
  134. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BaseEvent.html +1685 -0
  135. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html +2030 -0
  136. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.Error.html +1695 -0
  137. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.EventName.html +1843 -0
  138. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html +1791 -0
  139. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.QueueChanged.html +1787 -0
  140. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.StateChanged.html +1791 -0
  141. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadError.html +2174 -0
  142. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html +2150 -0
  143. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FSEntry.html +1823 -0
  144. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FileSpan.html +1806 -0
  145. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.Group.html +1761 -0
  146. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.GroupManager.html +1803 -0
  147. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.InputCollection.html +2140 -0
  148. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ItemSettings.html +1685 -0
  149. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.Generator.html +1888 -0
  150. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.PathCache.html +1693 -0
  151. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Progress.html +1969 -0
  152. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.ProgressTracker.html +1744 -0
  153. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadDiff.html +1786 -0
  154. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadProvider.html +1832 -0
  155. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Queue.html +2618 -0
  156. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ServerItem.html +1761 -0
  157. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Settings.html +1840 -0
  158. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.State.html +2031 -0
  159. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.BaseState.html +1685 -0
  160. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CanceledState.html +1691 -0
  161. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CompletedState.html +1691 -0
  162. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.Factory.html +1689 -0
  163. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.PausedState.html +1691 -0
  164. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.QueuedState.html +1691 -0
  165. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.ResumeState.html +1691 -0
  166. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.SkippedState.html +1691 -0
  167. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.UploadingState.html +1691 -0
  168. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadItem.html +5087 -0
  169. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadLocation.html +1761 -0
  170. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Uploader.html +2106 -0
  171. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +3304 -0
  172. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrl.html +1779 -0
  173. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrlBuilder.html +1744 -0
  174. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.RepeatableAction.html +1863 -0
  175. package/Help/ClassReference/ITHit.WebDAV.Client.UploadProgressInfo.html +1877 -0
  176. package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +3357 -0
  177. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavRequest.html +1689 -0
  178. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavResponse.html +1689 -0
  179. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +4046 -0
  180. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavUtil.html +1689 -0
  181. package/Help/ClassReference/data/search.json +1 -0
  182. package/Help/ClassReference/fonts/Inconsolata-Regular.ttf +0 -0
  183. package/Help/ClassReference/fonts/OpenSans-Regular.ttf +0 -0
  184. package/Help/ClassReference/fonts/WorkSans-Bold.ttf +0 -0
  185. package/Help/ClassReference/global.html +7914 -0
  186. package/Help/ClassReference/index.html +2408 -0
  187. package/Help/ClassReference/scripts/core.js +710 -0
  188. package/Help/ClassReference/scripts/core.min.js +23 -0
  189. package/Help/ClassReference/scripts/resize.js +90 -0
  190. package/Help/ClassReference/scripts/search.js +265 -0
  191. package/Help/ClassReference/scripts/search.min.js +6 -0
  192. package/Help/ClassReference/scripts/third-party/Apache-License-2.0.txt +202 -0
  193. package/Help/ClassReference/scripts/third-party/fuse.js +9 -0
  194. package/Help/ClassReference/scripts/third-party/hljs-line-num-original.js +369 -0
  195. package/Help/ClassReference/scripts/third-party/hljs-line-num.js +1 -0
  196. package/Help/ClassReference/scripts/third-party/hljs-original.js +5171 -0
  197. package/Help/ClassReference/scripts/third-party/hljs.js +1 -0
  198. package/Help/ClassReference/scripts/third-party/jquery.min.js +6 -0
  199. package/Help/ClassReference/scripts/third-party/popper.js +5 -0
  200. package/Help/ClassReference/scripts/third-party/tippy.js +1 -0
  201. package/Help/ClassReference/scripts/third-party/tocbot.js +683 -0
  202. package/Help/ClassReference/scripts/third-party/tocbot.min.js +1 -0
  203. package/Help/ClassReference/styles/clean-jsdoc-theme-base.css +1053 -0
  204. package/Help/ClassReference/styles/clean-jsdoc-theme-dark.css +418 -0
  205. package/Help/ClassReference/styles/clean-jsdoc-theme-light.css +399 -0
  206. package/Help/ClassReference/styles/clean-jsdoc-theme.min.css +1 -0
  207. package/ITHitWebDAVClient.js +2 -2
  208. package/index.d.ts +1 -1
  209. package/index.js +1 -1
  210. package/package.json +1 -1
@@ -0,0 +1,4046 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en" style="font-size: 16px">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+
7
+ <!-- Adding favicon -->
8
+
9
+
10
+ <!-- Adding meta -->
11
+
12
+
13
+ <!-- Adding external script-->
14
+
15
+
16
+ <!-- Adding external style-->
17
+
18
+
19
+ <!-- Adding scripts-->
20
+
21
+
22
+ <!-- Adding style-->
23
+
24
+
25
+
26
+ <title>
27
+ Class: WebDavSession
28
+ </title>
29
+
30
+ <!--[if lt IE 9]>
31
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
32
+ <![endif]-->
33
+
34
+ <script src="scripts/third-party/hljs.js" defer></script>
35
+ <script src="scripts/third-party/hljs-line-num.js" defer></script>
36
+ <script src="scripts/third-party/popper.js" defer></script>
37
+ <script src="scripts/third-party/tippy.js" defer></script>
38
+ <script src="scripts/third-party/tocbot.min.js"></script>
39
+
40
+ <script>
41
+ var baseURL = "/"
42
+ var locationPathname = ""
43
+
44
+ // Global variables
45
+
46
+ locationPathname = document.location.pathname
47
+ baseURL = locationPathname.substr(0, locationPathname.lastIndexOf("/") + 1)
48
+
49
+
50
+ </script>
51
+
52
+ <link rel="stylesheet" href="styles/clean-jsdoc-theme.min.css">
53
+
54
+ <svg aria-hidden="true" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
55
+ style="display:none">
56
+ <defs>
57
+ <symbol id="copy-icon" viewbox="0 0 488.3 488.3">
58
+ <g>
59
+ <path
60
+ d="M314.25,85.4h-227c-21.3,0-38.6,17.3-38.6,38.6v325.7c0,21.3,17.3,38.6,38.6,38.6h227c21.3,0,38.6-17.3,38.6-38.6V124 C352.75,102.7,335.45,85.4,314.25,85.4z M325.75,449.6c0,6.4-5.2,11.6-11.6,11.6h-227c-6.4,0-11.6-5.2-11.6-11.6V124 c0-6.4,5.2-11.6,11.6-11.6h227c6.4,0,11.6,5.2,11.6,11.6V449.6z" />
61
+ <path
62
+ d="M401.05,0h-227c-21.3,0-38.6,17.3-38.6,38.6c0,7.5,6,13.5,13.5,13.5s13.5-6,13.5-13.5c0-6.4,5.2-11.6,11.6-11.6h227 c6.4,0,11.6,5.2,11.6,11.6v325.7c0,6.4-5.2,11.6-11.6,11.6c-7.5,0-13.5,6-13.5,13.5s6,13.5,13.5,13.5c21.3,0,38.6-17.3,38.6-38.6 V38.6C439.65,17.3,422.35,0,401.05,0z" />
63
+ </g>
64
+ </symbol>
65
+ <symbol id='search-icon' viewBox="0 0 512 512">
66
+ <g>
67
+ <g>
68
+ <path
69
+ d="M225.474,0C101.151,0,0,101.151,0,225.474c0,124.33,101.151,225.474,225.474,225.474 c124.33,0,225.474-101.144,225.474-225.474C450.948,101.151,349.804,0,225.474,0z M225.474,409.323 c-101.373,0-183.848-82.475-183.848-183.848S124.101,41.626,225.474,41.626s183.848,82.475,183.848,183.848 S326.847,409.323,225.474,409.323z" />
70
+ </g>
71
+ </g>
72
+ <g>
73
+ <g>
74
+ <path
75
+ d="M505.902,476.472L386.574,357.144c-8.131-8.131-21.299-8.131-29.43,0c-8.131,8.124-8.131,21.306,0,29.43l119.328,119.328 c4.065,4.065,9.387,6.098,14.715,6.098c5.321,0,10.649-2.033,14.715-6.098C514.033,497.778,514.033,484.596,505.902,476.472z" />
76
+ </g>
77
+ </g>
78
+ </symbol>
79
+ <symbol id="font-size-icon" viewBox="0 0 24 24">
80
+ <path fill="none" d="M0 0h24v24H0z" />
81
+ <path
82
+ d="M11.246 15H4.754l-2 5H.6L7 4h2l6.4 16h-2.154l-2-5zm-.8-2L8 6.885 5.554 13h4.892zM21 12.535V12h2v8h-2v-.535a4 4 0 1 1 0-6.93zM19 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" />
83
+ </symbol>
84
+ <symbol id="add-icon" viewBox="0 0 24 24">
85
+ <path fill="none" d="M0 0h24v24H0z" />
86
+ <path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" />
87
+ </symbol>
88
+ <symbol id="minus-icon" viewBox="0 0 24 24">
89
+ <path fill="none" d="M0 0h24v24H0z" />
90
+ <path d="M5 11h14v2H5z" />
91
+ </symbol>
92
+ <symbol id="dark-theme-icon" viewBox="0 0 24 24">
93
+ <path fill="none" d="M0 0h24v24H0z" />
94
+ <path
95
+ d="M10 7a7 7 0 0 0 12 4.9v.1c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2h.1A6.979 6.979 0 0 0 10 7zm-6 5a8 8 0 0 0 15.062 3.762A9 9 0 0 1 8.238 4.938 7.999 7.999 0 0 0 4 12z" />
96
+ </symbol>
97
+ <symbol id="light-theme-icon" viewBox="0 0 24 24">
98
+ <path fill="none" d="M0 0h24v24H0z" />
99
+ <path
100
+ d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z" />
101
+ </symbol>
102
+ <symbol id="reset-icon" viewBox="0 0 24 24">
103
+ <path fill="none" d="M0 0h24v24H0z"/>
104
+ <path d="M18.537 19.567A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3a8 8 0 1 0-2.46 5.772l.997 1.795z"/>
105
+ </symbol>
106
+
107
+ <symbol id="down-icon" viewBox="0 0 16 16">
108
+ <path fill-rule="evenodd" clip-rule="evenodd"
109
+ d="M12.7803 6.21967C13.0732 6.51256 13.0732 6.98744 12.7803 7.28033L8.53033 11.5303C8.23744 11.8232 7.76256 11.8232 7.46967 11.5303L3.21967 7.28033C2.92678 6.98744 2.92678 6.51256 3.21967 6.21967C3.51256 5.92678 3.98744 5.92678 4.28033 6.21967L8 9.93934L11.7197 6.21967C12.0126 5.92678 12.4874 5.92678 12.7803 6.21967Z">
110
+ </path>
111
+ </symbol>
112
+
113
+ <symbol id="codepen-icon" viewBox="0 0 24 24">
114
+ <path fill="none" d="M0 0h24v24H0z"/>
115
+ <path d="M16.5 13.202L13 15.535v3.596L19.197 15 16.5 13.202zM14.697 12L12 10.202 9.303 12 12 13.798 14.697 12zM20 10.869L18.303 12 20 13.131V10.87zM19.197 9L13 4.869v3.596l3.5 2.333L19.197 9zM7.5 10.798L11 8.465V4.869L4.803 9 7.5 10.798zM4.803 15L11 19.131v-3.596l-3.5-2.333L4.803 15zM4 13.131L5.697 12 4 10.869v2.262zM2 9a1 1 0 0 1 .445-.832l9-6a1 1 0 0 1 1.11 0l9 6A1 1 0 0 1 22 9v6a1 1 0 0 1-.445.832l-9 6a1 1 0 0 1-1.11 0l-9-6A1 1 0 0 1 2 15V9z"/>
116
+ </symbol>
117
+ <symbol id="close-icon" viewBox="0 0 24 24">
118
+ <path fill="none" d="M0 0h24v24H0z"/>
119
+ <path d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"/>
120
+ </symbol>
121
+ <symbol id="menu-icon" viewBox="0 0 24 24">
122
+ <path fill="none" d="M0 0h24v24H0z"/>
123
+ <path d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"/>
124
+ </symbol>
125
+ </defs>
126
+ </svg>
127
+
128
+ </head>
129
+
130
+ <body class="light" data-theme="light">
131
+
132
+ <div class="sidebar-container">
133
+ <div class="sidebar" id="sidebar">
134
+
135
+
136
+ <a href="/" class="sidebar-title sidebar-title-anchor">Index</a>
137
+
138
+
139
+
140
+
141
+ <div class="sidebar-items-container">
142
+
143
+
144
+
145
+ <div class="sidebar-section-title with-arrow" data-isopen="true" id="nav_ITHit">
146
+
147
+ <div>ITHit</div>
148
+ <svg><use xlink:href="#down-icon"></use></svg>
149
+
150
+ </div>
151
+ <div class="sidebar-section-children-container">
152
+ <div style="padding-left: 8px;">
153
+
154
+
155
+
156
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAV">
157
+
158
+ <div>WebDAV</div>
159
+ <svg><use xlink:href="#down-icon"></use></svg>
160
+
161
+ </div>
162
+ <div class="sidebar-section-children-container">
163
+ <div style="padding-left: 8px;">
164
+
165
+
166
+
167
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClient">
168
+
169
+ <div>Client</div>
170
+ <svg><use xlink:href="#down-icon"></use></svg>
171
+
172
+ </div>
173
+ <div class="sidebar-section-children-container">
174
+ <div style="padding-left: 8px;">
175
+
176
+
177
+
178
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientExceptions">
179
+
180
+ <div>Exceptions</div>
181
+ <svg><use xlink:href="#down-icon"></use></svg>
182
+
183
+ </div>
184
+ <div class="sidebar-section-children-container">
185
+ <div style="padding-left: 8px;">
186
+
187
+
188
+
189
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.BadRequestException.html">BadRequestException</a></div>
190
+
191
+
192
+
193
+
194
+
195
+
196
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.ConflictException.html">ConflictException</a></div>
197
+
198
+
199
+
200
+
201
+
202
+
203
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html">DependencyFailedException</a></div>
204
+
205
+
206
+
207
+
208
+
209
+
210
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.ForbiddenException.html">ForbiddenException</a></div>
211
+
212
+
213
+
214
+
215
+
216
+
217
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html">InsufficientStorageException</a></div>
218
+
219
+
220
+
221
+
222
+
223
+
224
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.IntegrationException.html">IntegrationException</a></div>
225
+
226
+
227
+
228
+
229
+
230
+
231
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.LockedException.html">LockedException</a></div>
232
+
233
+
234
+
235
+
236
+
237
+
238
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html">MethodNotAllowedException</a></div>
239
+
240
+
241
+
242
+
243
+
244
+
245
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.NotFoundException.html">NotFoundException</a></div>
246
+
247
+
248
+
249
+
250
+
251
+
252
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.NotImplementedException.html">NotImplementedException</a></div>
253
+
254
+
255
+
256
+
257
+
258
+
259
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html">PreconditionFailedException</a></div>
260
+
261
+
262
+
263
+
264
+
265
+
266
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html">PropertyConflictException</a></div>
267
+
268
+
269
+
270
+
271
+
272
+
273
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyException.html">PropertyException</a></div>
274
+
275
+
276
+
277
+
278
+
279
+
280
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html">PropertyForbiddenException</a></div>
281
+
282
+
283
+
284
+
285
+
286
+
287
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html">PropertyNotFoundException</a></div>
288
+
289
+
290
+
291
+
292
+
293
+
294
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html">QuotaNotExceededException</a></div>
295
+
296
+
297
+
298
+
299
+
300
+
301
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html">SufficientDiskSpaceException</a></div>
302
+
303
+
304
+
305
+
306
+
307
+
308
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html">UnauthorizedException</a></div>
309
+
310
+
311
+
312
+
313
+
314
+
315
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.WebDavException.html">WebDavException</a></div>
316
+
317
+
318
+
319
+
320
+
321
+
322
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html">WebDavHttpException</a></div>
323
+
324
+
325
+
326
+
327
+
328
+
329
+ </div>
330
+ </div>
331
+
332
+
333
+
334
+
335
+
336
+
337
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUpload">
338
+
339
+ <div>Upload</div>
340
+ <svg><use xlink:href="#down-icon"></use></svg>
341
+
342
+ </div>
343
+ <div class="sidebar-section-children-container">
344
+ <div style="padding-left: 8px;">
345
+
346
+
347
+
348
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUploadControls">
349
+
350
+ <div>Controls</div>
351
+ <svg><use xlink:href="#down-icon"></use></svg>
352
+
353
+ </div>
354
+ <div class="sidebar-section-children-container">
355
+ <div style="padding-left: 8px;">
356
+
357
+
358
+
359
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.DropZone.html">DropZone</a></div>
360
+
361
+
362
+
363
+
364
+
365
+
366
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html">HtmlControl</a></div>
367
+
368
+
369
+
370
+
371
+
372
+
373
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.Input.html">Input</a></div>
374
+
375
+
376
+
377
+
378
+
379
+
380
+ </div>
381
+ </div>
382
+
383
+
384
+
385
+
386
+
387
+
388
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUploadEvents">
389
+
390
+ <div>Events</div>
391
+ <svg><use xlink:href="#down-icon"></use></svg>
392
+
393
+ </div>
394
+ <div class="sidebar-section-children-container">
395
+ <div style="padding-left: 8px;">
396
+
397
+
398
+
399
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html">AsyncEvent</a></div>
400
+
401
+
402
+
403
+
404
+
405
+
406
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html">BeforeUploadStarted</a></div>
407
+
408
+
409
+
410
+
411
+
412
+
413
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html">ProgressChanged</a></div>
414
+
415
+
416
+
417
+
418
+
419
+
420
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.QueueChanged.html">QueueChanged</a></div>
421
+
422
+
423
+
424
+
425
+
426
+
427
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.StateChanged.html">StateChanged</a></div>
428
+
429
+
430
+
431
+
432
+
433
+
434
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.UploadError.html">UploadError</a></div>
435
+
436
+
437
+
438
+
439
+
440
+
441
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html">UploadItemsCreated</a></div>
442
+
443
+
444
+
445
+
446
+
447
+
448
+ </div>
449
+ </div>
450
+
451
+
452
+
453
+
454
+
455
+
456
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.DropZoneCollection.html">DropZoneCollection</a></div>
457
+
458
+
459
+
460
+
461
+
462
+
463
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.InputCollection.html">InputCollection</a></div>
464
+
465
+
466
+
467
+
468
+
469
+
470
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Progress.html">Progress</a></div>
471
+
472
+
473
+
474
+
475
+
476
+
477
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Queue.html">Queue</a></div>
478
+
479
+
480
+
481
+
482
+
483
+
484
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Settings.html">Settings</a></div>
485
+
486
+
487
+
488
+
489
+
490
+
491
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.State.html">State</a></div>
492
+
493
+
494
+
495
+
496
+
497
+
498
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html">UploadItem</a></div>
499
+
500
+
501
+
502
+
503
+
504
+
505
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Uploader.html">Uploader</a></div>
506
+
507
+
508
+
509
+
510
+
511
+
512
+ </div>
513
+ </div>
514
+
515
+
516
+
517
+
518
+
519
+
520
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.AsyncResult.html">AsyncResult</a></div>
521
+
522
+
523
+
524
+
525
+
526
+
527
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.DocManager.html">DocManager</a></div>
528
+
529
+
530
+
531
+
532
+
533
+
534
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Error.html">Error</a></div>
535
+
536
+
537
+
538
+
539
+
540
+
541
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Features.html">Features</a></div>
542
+
543
+
544
+
545
+
546
+
547
+
548
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.File.html">File</a></div>
549
+
550
+
551
+
552
+
553
+
554
+
555
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Folder.html">Folder</a></div>
556
+
557
+
558
+
559
+
560
+
561
+
562
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.GEditInfo.html">GEditInfo</a></div>
563
+
564
+
565
+
566
+
567
+
568
+
569
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.HierarchyItem.html">HierarchyItem</a></div>
570
+
571
+
572
+
573
+
574
+
575
+
576
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.HttpStatus.html">HttpStatus</a></div>
577
+
578
+
579
+
580
+
581
+
582
+
583
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockInfo.html">LockInfo</a></div>
584
+
585
+
586
+
587
+
588
+
589
+
590
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockScope.html">LockScope</a></div>
591
+
592
+
593
+
594
+
595
+
596
+
597
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockUriTokenPair.html">LockUriTokenPair</a></div>
598
+
599
+
600
+
601
+
602
+
603
+
604
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.MsOfficeEditExtensions.html">MsOfficeEditExtensions</a></div>
605
+
606
+
607
+
608
+
609
+
610
+
611
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Multistatus.html">Multistatus</a></div>
612
+
613
+
614
+
615
+
616
+
617
+
618
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.MultistatusResponse.html">MultistatusResponse</a></div>
619
+
620
+
621
+
622
+
623
+
624
+
625
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.OptionsInfo.html">OptionsInfo</a></div>
626
+
627
+
628
+
629
+
630
+
631
+
632
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.OrderProperty.html">OrderProperty</a></div>
633
+
634
+
635
+
636
+
637
+
638
+
639
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PageResults.html">PageResults</a></div>
640
+
641
+
642
+
643
+
644
+
645
+
646
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Property.html">Property</a></div>
647
+
648
+
649
+
650
+
651
+
652
+
653
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyList.html">PropertyList</a></div>
654
+
655
+
656
+
657
+
658
+
659
+
660
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyMultistatusResponse.html">PropertyMultistatusResponse</a></div>
661
+
662
+
663
+
664
+
665
+
666
+
667
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyName.html">PropertyName</a></div>
668
+
669
+
670
+
671
+
672
+
673
+
674
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Request.html">Request</a></div>
675
+
676
+
677
+
678
+
679
+
680
+
681
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.RequestProgress.html">RequestProgress</a></div>
682
+
683
+
684
+
685
+
686
+
687
+
688
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.ResourceType.html">ResourceType</a></div>
689
+
690
+
691
+
692
+
693
+
694
+
695
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.ResumableUpload.html">ResumableUpload</a></div>
696
+
697
+
698
+
699
+
700
+
701
+
702
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.SPSManager.html">SPSManager</a></div>
703
+
704
+
705
+
706
+
707
+
708
+
709
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.SearchQuery.html">SearchQuery</a></div>
710
+
711
+
712
+
713
+
714
+
715
+
716
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Source.html">Source</a></div>
717
+
718
+
719
+
720
+
721
+
722
+
723
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Version.html">Version</a></div>
724
+
725
+
726
+
727
+
728
+
729
+
730
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.WebDavRequest.html">WebDavRequest</a></div>
731
+
732
+
733
+
734
+
735
+
736
+
737
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.WebDavSession.html">WebDavSession</a></div>
738
+
739
+
740
+
741
+
742
+
743
+
744
+ </div>
745
+ </div>
746
+
747
+
748
+
749
+
750
+
751
+
752
+ </div>
753
+ </div>
754
+
755
+
756
+
757
+
758
+
759
+
760
+ <div class="sidebar-section-children"><a href="ITHit.Environment.html">Environment</a></div>
761
+
762
+
763
+
764
+
765
+
766
+
767
+ <div class="sidebar-section-children"><a href="ITHit.LogLevel.html">LogLevel</a></div>
768
+
769
+
770
+
771
+
772
+
773
+
774
+ <div class="sidebar-section-children"><a href="ITHit.Logger.html">Logger</a></div>
775
+
776
+
777
+
778
+
779
+
780
+
781
+ </div>
782
+ </div>
783
+
784
+
785
+
786
+
787
+
788
+
789
+ </div>
790
+ </div>
791
+ </div>
792
+
793
+ <div class="navbar-container " id="VuAckcnZhf">
794
+
795
+
796
+ <nav class="navbar">
797
+ <div class="navbar-left-items">
798
+
799
+
800
+
801
+ </div>
802
+
803
+ <div class="navbar-right-items">
804
+
805
+ <div class="navbar-right-item">
806
+ <button class="icon-button search-button" aria-label='open-search'>
807
+ <svg><use xlink:href="#search-icon"></use></svg>
808
+ </button>
809
+ </div>
810
+
811
+ <div class="navbar-right-item">
812
+ <button class="icon-button theme-toggle" aria-label='toggle-theme'>
813
+ <svg><use class="theme-svg-use" xlink:href="#dark-theme-icon"></use></svg>
814
+ </button>
815
+ </div>
816
+ <div class="navbar-right-item">
817
+ <button class="icon-button font-size" aria-label='change-font-size'>
818
+ <svg><use xlink:href="#font-size-icon"></use></svg>
819
+ </button>
820
+ </div>
821
+ </div>
822
+ <nav>
823
+ </div>
824
+
825
+ <div class="toc-container ">
826
+ <div class="toc-content">
827
+ <div id="eed4d2a0bfd64539bb9df78095dec881"></div>
828
+ </div>
829
+ </div>
830
+
831
+ <div class="body-wrapper">
832
+ <div class="main-content ">
833
+ <div class="main-wrapper">
834
+ <h1 class="page-title js-toc-ignore" data-filename="ITHit.WebDAV.Client.WebDavSession.html">Class: WebDavSession</h1>
835
+
836
+
837
+
838
+
839
+ <section>
840
+
841
+ <header>
842
+ <h2 id="WebDavSession-title">
843
+ WebDavSession
844
+
845
+ Class
846
+
847
+ </h2>
848
+
849
+ <div class="class-description">Session for accessing WebDAV servers.</div>
850
+
851
+
852
+
853
+ <h3 id="namespace" class="subsection-title">Namespace</h3>
854
+ <div class="description">ITHit.WebDAV.Client</div>
855
+
856
+ </header>
857
+
858
+ <article>
859
+ <div class="container-overview">
860
+
861
+
862
+
863
+
864
+ <dt>
865
+ <div class="nameContainer">
866
+
867
+ <h4 class="name" id="WebDavSession">
868
+
869
+
870
+ new ITHit.WebDAV.Client.WebDavSession<span class="signature">()</span>
871
+
872
+ </h4>
873
+ <span class="toc-nav-name">WebDavSession</span>
874
+
875
+ </div>
876
+
877
+
878
+ </dt>
879
+ <dd>
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+ <dl class="details">
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+ </dl>
913
+
914
+
915
+
916
+ <h5>Fires:</h5>
917
+ <ul>
918
+ <li><a href="ITHit.WebDAV.Client.WebDavSession.html#event:OnBeforeRequestSend">ITHit.WebDAV.Client.WebDavSession#event:OnBeforeRequestSend</a></li>
919
+
920
+ <li><a href="ITHit.WebDAV.Client.WebDavSession.html#event:OnResponse">ITHit.WebDAV.Client.WebDavSession#event:OnResponse</a></li>
921
+ </ul>
922
+
923
+
924
+
925
+
926
+
927
+
928
+
929
+
930
+
931
+
932
+
933
+ <h5>Example</h5>
934
+
935
+
936
+ <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
937
  &lt;html lang="en"&gt;
1
938
  &lt;head&gt;
2
939
  &lt;title&gt;IT Hit WebDAV Ajax Library&lt;/title&gt;
3
940
  &lt;script src="http://www.ajaxbrowser.com/ITHitService/WebDAVAJAXLibrary/ITHitWebDAVClient.js" type="text/javascript"&gt;&lt;/script&gt;
4
941
  &lt;script type="text/javascript"&gt;
5
942
  var sFolderUrl = 'http://localhost:35829/';
6
943
  var oSession = new ITHit.WebDAV.Client.WebDavSession();
7
944
  oSession.OpenFolderAsync(sFolderUrl, null, function (oFolderAsyncResult) {
8
945
  if (!oFolderAsyncResult.IsSuccess) {
9
946
  console.error(oFolderAsyncResult.Error);
10
947
  return;
11
948
  }
12
949
  /&#42;&#42; &#64;typedef {ITHit.WebDAV.Client.Folder} oFolder &#42;/
13
950
  var oFolder = oFolderAsyncResult.Result;
14
951
  console.log(oFolder.Href);
15
952
  oFolder.GetChildrenAsync(false, null, function (oAsyncResult) {
16
953
  if (!oAsyncResult.IsSuccess) {
17
954
  console.error(oFolderAsyncResult.Error);
18
955
  return;
19
956
  }
20
957
  /&#42;&#42; &#64;typedef {ITHit.WebDAV.Client.HierarchyItem[]} aHierarchyItems &#42;/
21
958
  var aHierarchyItems = oAsyncResult.Result;
22
959
  for (var i = 0, l = aHierarchyItems.length; i &lt; l; i++) {
23
960
  var sSize = aHierarchyItems[i].ResourceType !== ITHit.WebDAV.Client.ResourceType.Folder ?
24
961
  Math.round(aHierarchyItems[i].ContentLength / 1000) + ' Kb' :
25
962
  null;
26
963
  console.log(' [' + aHierarchyItems[i].ResourceType + '] ' + aHierarchyItems[i].DisplayName + (sSize ? ', ' + sSize : ''));
27
964
  }
28
965
  });
29
966
  });
30
967
  &lt;/script&gt;
31
968
  &lt;/head&gt;
32
969
  &lt;body&gt;
33
970
  &lt;/body&gt;
34
971
  &lt;/html&gt;</code></pre>
972
+
973
+
974
+
975
+ </dd>
976
+
977
+
978
+ </div>
979
+
980
+
981
+
982
+
983
+
984
+
985
+
986
+
987
+
988
+
989
+
990
+
991
+ <h3 id="members" class="subsection-title">Members</h3>
992
+
993
+ <dl>
994
+
995
+ <dt>
996
+ <div class="nameContainer">
997
+ <h4 class="name" id="ProtocolVersion"><span class="type-signature static">static</span> ITHit.WebDAV.Client.WebDavSession.ProtocolVersion</h4>
998
+ <span class="toc-nav-name">ProtocolVersion</span>
999
+ </div>
1000
+
1001
+
1002
+ </dt>
1003
+ <dd>
1004
+
1005
+ <div class="description">
1006
+ Protocol Version of AJAX Library
1007
+ </div>
1008
+
1009
+
1010
+
1011
+ <dl class="details">
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+ </dl>
1034
+
1035
+
1036
+
1037
+ </dd>
1038
+
1039
+
1040
+
1041
+ <dt>
1042
+ <div class="nameContainer">
1043
+ <h4 class="name" id="Version"><span class="type-signature static">static</span> ITHit.WebDAV.Client.WebDavSession.Version</h4>
1044
+ <span class="toc-nav-name">Version</span>
1045
+ </div>
1046
+
1047
+
1048
+ </dt>
1049
+ <dd>
1050
+
1051
+ <div class="description">
1052
+ Version of AJAX Library
1053
+ </div>
1054
+
1055
+
1056
+
1057
+ <dl class="details">
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+
1079
+ </dl>
1080
+
1081
+
1082
+
1083
+ </dd>
1084
+
1085
+ </dl>
1086
+
1087
+
1088
+
1089
+ <h3 id="methods" class="subsection-title">Methods</h3>
1090
+
1091
+ <dl>
1092
+
1093
+ <dt>
1094
+ <div class="nameContainer">
1095
+
1096
+ <h4 class="name" id="AddListener">
1097
+
1098
+
1099
+ AddListener<span class="signature">(sEventName, fCallback, <span class="optional">oContext</span>)</span>
1100
+
1101
+ </h4>
1102
+ <span class="toc-nav-name">AddListener</span>
1103
+
1104
+ </div>
1105
+
1106
+
1107
+ </dt>
1108
+ <dd>
1109
+
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+ <table class="params">
1120
+ <thead>
1121
+ <tr>
1122
+
1123
+ <th>Name</th>
1124
+
1125
+
1126
+ <th>Type</th>
1127
+
1128
+
1129
+
1130
+ <th class="last">Description</th>
1131
+ </tr>
1132
+ </thead>
1133
+
1134
+ <tbody>
1135
+
1136
+
1137
+ <tr>
1138
+
1139
+ <td class="name"><code>sEventName</code></td>
1140
+
1141
+
1142
+ <td class="type">
1143
+
1144
+
1145
+ <span class="param-type">string</span>
1146
+
1147
+
1148
+
1149
+ </td>
1150
+
1151
+
1152
+
1153
+ <td class="description last">
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+ </td>
1161
+ </tr>
1162
+
1163
+
1164
+
1165
+ <tr>
1166
+
1167
+ <td class="name"><code>fCallback</code></td>
1168
+
1169
+
1170
+ <td class="type">
1171
+
1172
+
1173
+ <span class="param-type">function</span>
1174
+
1175
+
1176
+
1177
+ </td>
1178
+
1179
+
1180
+
1181
+ <td class="description last">
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+ </td>
1189
+ </tr>
1190
+
1191
+
1192
+
1193
+ <tr>
1194
+
1195
+ <td class="name"><code>oContext</code></td>
1196
+
1197
+
1198
+ <td class="type">
1199
+
1200
+
1201
+ <span class="param-type">object</span>
1202
+
1203
+
1204
+
1205
+ </td>
1206
+
1207
+
1208
+
1209
+ <td class="description last">
1210
+
1211
+
1212
+ <span class="optional">optional</span>
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+ </td>
1219
+ </tr>
1220
+
1221
+
1222
+ </tbody>
1223
+ </table>
1224
+
1225
+
1226
+
1227
+ <dl class="details">
1228
+
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+
1239
+
1240
+
1241
+
1242
+
1243
+
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+ </dl>
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+ </dd>
1264
+
1265
+
1266
+
1267
+ <dt>
1268
+ <div class="nameContainer">
1269
+
1270
+ <h4 class="name" id="CreateFolderAsync">
1271
+
1272
+
1273
+ CreateFolderAsync<span class="signature">(sPath, aProperties, fCallback)</span>
1274
+
1275
+ </h4>
1276
+ <span class="toc-nav-name">CreateFolderAsync</span>
1277
+
1278
+ </div>
1279
+
1280
+
1281
+ </dt>
1282
+ <dd>
1283
+
1284
+
1285
+ <div class="description">
1286
+ Creates folder corresponding to path.
1287
+ </div>
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+ <table class="params">
1298
+ <thead>
1299
+ <tr>
1300
+
1301
+ <th>Name</th>
1302
+
1303
+
1304
+ <th>Type</th>
1305
+
1306
+
1307
+
1308
+ <th class="last">Description</th>
1309
+ </tr>
1310
+ </thead>
1311
+
1312
+ <tbody>
1313
+
1314
+
1315
+ <tr>
1316
+
1317
+ <td class="name"><code>sPath</code></td>
1318
+
1319
+
1320
+ <td class="type">
1321
+
1322
+
1323
+ <span class="param-type">string</span>
1324
+
1325
+
1326
+
1327
+ </td>
1328
+
1329
+
1330
+
1331
+ <td class="description last">
1332
+
1333
+ Path to the resource.</td>
1334
+ </tr>
1335
+
1336
+
1337
+
1338
+ <tr>
1339
+
1340
+ <td class="name"><code>aProperties</code></td>
1341
+
1342
+
1343
+ <td class="type">
1344
+
1345
+
1346
+ <span class="param-type">Array.&lt;<a href="ITHit.WebDAV.Client.PropertyName.html">ITHit.WebDAV.Client.PropertyName</a>></span>
1347
+
1348
+
1349
+
1350
+ </td>
1351
+
1352
+
1353
+
1354
+ <td class="description last">
1355
+
1356
+ Additional properties requested from server. Default is empty array.</td>
1357
+ </tr>
1358
+
1359
+
1360
+
1361
+ <tr>
1362
+
1363
+ <td class="name"><code>fCallback</code></td>
1364
+
1365
+
1366
+ <td class="type">
1367
+
1368
+
1369
+ <span class="param-type"><a href="ITHit.WebDAV.Client.WebDavSession.html#CreateFolderAsyncCallback">ITHit.WebDAV.Client.WebDavSession~CreateFolderAsyncCallback</a></span>
1370
+
1371
+
1372
+
1373
+ </td>
1374
+
1375
+
1376
+
1377
+ <td class="description last">
1378
+
1379
+ Function to call when operation is completed.</td>
1380
+ </tr>
1381
+
1382
+
1383
+ </tbody>
1384
+ </table>
1385
+
1386
+
1387
+
1388
+ <dl class="details">
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+ </dl>
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+
1420
+
1421
+
1422
+
1423
+
1424
+ </dd>
1425
+
1426
+
1427
+
1428
+ <dt>
1429
+ <div class="nameContainer">
1430
+
1431
+ <h4 class="name" id="OpenFileAsync">
1432
+
1433
+
1434
+ OpenFileAsync<span class="signature">(sPath, aProperties, fCallback)</span><span class="type-signature returnType"> &rarr; {<a href="ITHit.WebDAV.Client.Request.html">ITHit.WebDAV.Client.Request</a>}</span>
1435
+
1436
+ </h4>
1437
+ <span class="toc-nav-name">OpenFileAsync</span>
1438
+
1439
+ </div>
1440
+
1441
+
1442
+ </dt>
1443
+ <dd>
1444
+
1445
+
1446
+ <div class="description">
1447
+ Load File object corresponding to path.
1448
+ </div>
1449
+
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+
1457
+
1458
+ <table class="params">
1459
+ <thead>
1460
+ <tr>
1461
+
1462
+ <th>Name</th>
1463
+
1464
+
1465
+ <th>Type</th>
1466
+
1467
+
1468
+
1469
+ <th class="last">Description</th>
1470
+ </tr>
1471
+ </thead>
1472
+
1473
+ <tbody>
1474
+
1475
+
1476
+ <tr>
1477
+
1478
+ <td class="name"><code>sPath</code></td>
1479
+
1480
+
1481
+ <td class="type">
1482
+
1483
+
1484
+ <span class="param-type">string</span>
1485
+
1486
+
1487
+
1488
+ </td>
1489
+
1490
+
1491
+
1492
+ <td class="description last">
1493
+
1494
+ Path to the file.</td>
1495
+ </tr>
1496
+
1497
+
1498
+
1499
+ <tr>
1500
+
1501
+ <td class="name"><code>aProperties</code></td>
1502
+
1503
+
1504
+ <td class="type">
1505
+
1506
+
1507
+ <span class="param-type">Array.&lt;<a href="ITHit.WebDAV.Client.PropertyName.html">ITHit.WebDAV.Client.PropertyName</a>></span>
1508
+
1509
+
1510
+
1511
+ </td>
1512
+
1513
+
1514
+
1515
+ <td class="description last">
1516
+
1517
+ Additional properties requested from server. Default is empty array.</td>
1518
+ </tr>
1519
+
1520
+
1521
+
1522
+ <tr>
1523
+
1524
+ <td class="name"><code>fCallback</code></td>
1525
+
1526
+
1527
+ <td class="type">
1528
+
1529
+
1530
+ <span class="param-type"><a href="ITHit.WebDAV.Client.WebDavSession.html#OpenFileAsyncCallback">ITHit.WebDAV.Client.WebDavSession~OpenFileAsyncCallback</a></span>
1531
+
1532
+
1533
+
1534
+ </td>
1535
+
1536
+
1537
+
1538
+ <td class="description last">
1539
+
1540
+ Function to call when operation is completed.</td>
1541
+ </tr>
1542
+
1543
+
1544
+ </tbody>
1545
+ </table>
1546
+
1547
+
1548
+
1549
+ <dl class="details">
1550
+
1551
+
1552
+
1553
+
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+
1565
+
1566
+
1567
+
1568
+
1569
+
1570
+
1571
+ </dl>
1572
+
1573
+
1574
+
1575
+
1576
+
1577
+
1578
+
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+ <h5>Returns:</h5>
1587
+ <table class="params">
1588
+ <tbody>
1589
+
1590
+ <tr>
1591
+ <td class="type">
1592
+ <span class="param-type">
1593
+
1594
+ <a href="ITHit.WebDAV.Client.Request.html">ITHit.WebDAV.Client.Request</a>
1595
+
1596
+
1597
+ </span>
1598
+ </td>
1599
+ <td class="description last">Request object.</td>
1600
+ </tr>
1601
+
1602
+ </tbody>
1603
+ </table>
1604
+
1605
+
1606
+
1607
+
1608
+ </dd>
1609
+
1610
+
1611
+
1612
+ <dt>
1613
+ <div class="nameContainer">
1614
+
1615
+ <h4 class="name" id="OpenFolderAsync">
1616
+
1617
+
1618
+ OpenFolderAsync<span class="signature">(sPath, aProperties, fCallback)</span>
1619
+
1620
+ </h4>
1621
+ <span class="toc-nav-name">OpenFolderAsync</span>
1622
+
1623
+ </div>
1624
+
1625
+
1626
+ </dt>
1627
+ <dd>
1628
+
1629
+
1630
+ <div class="description">
1631
+ Returns Folder object corresponding to path.
1632
+ </div>
1633
+
1634
+
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+
1641
+
1642
+ <table class="params">
1643
+ <thead>
1644
+ <tr>
1645
+
1646
+ <th>Name</th>
1647
+
1648
+
1649
+ <th>Type</th>
1650
+
1651
+
1652
+
1653
+ <th class="last">Description</th>
1654
+ </tr>
1655
+ </thead>
1656
+
1657
+ <tbody>
1658
+
1659
+
1660
+ <tr>
1661
+
1662
+ <td class="name"><code>sPath</code></td>
1663
+
1664
+
1665
+ <td class="type">
1666
+
1667
+
1668
+ <span class="param-type">string</span>
1669
+
1670
+
1671
+
1672
+ </td>
1673
+
1674
+
1675
+
1676
+ <td class="description last">
1677
+
1678
+ Path to the folder.</td>
1679
+ </tr>
1680
+
1681
+
1682
+
1683
+ <tr>
1684
+
1685
+ <td class="name"><code>aProperties</code></td>
1686
+
1687
+
1688
+ <td class="type">
1689
+
1690
+
1691
+ <span class="param-type">Array.&lt;<a href="ITHit.WebDAV.Client.PropertyName.html">ITHit.WebDAV.Client.PropertyName</a>></span>
1692
+
1693
+
1694
+
1695
+ </td>
1696
+
1697
+
1698
+
1699
+ <td class="description last">
1700
+
1701
+ Additional properties requested from server. Default is empty array.</td>
1702
+ </tr>
1703
+
1704
+
1705
+
1706
+ <tr>
1707
+
1708
+ <td class="name"><code>fCallback</code></td>
1709
+
1710
+
1711
+ <td class="type">
1712
+
1713
+
1714
+ <span class="param-type"><a href="ITHit.WebDAV.Client.WebDavSession.html#OpenFolderAsyncCallback">ITHit.WebDAV.Client.WebDavSession~OpenFolderAsyncCallback</a></span>
1715
+
1716
+
1717
+
1718
+ </td>
1719
+
1720
+
1721
+
1722
+ <td class="description last">
1723
+
1724
+ Function to call when operation is completed.</td>
1725
+ </tr>
1726
+
1727
+
1728
+ </tbody>
1729
+ </table>
1730
+
1731
+
1732
+
1733
+ <dl class="details">
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+
1740
+
1741
+
1742
+
1743
+
1744
+
1745
+
1746
+
1747
+
1748
+
1749
+
1750
+
1751
+
1752
+
1753
+
1754
+
1755
+ </dl>
1756
+
1757
+
1758
+
1759
+
1760
+
1761
+
1762
+
1763
+
1764
+
1765
+
1766
+
1767
+
1768
+
1769
+ <h5>Examples</h5>
1770
+
1771
+ <div class="nav nav-tabs">
1772
+
1773
+ <a class="nav-tab active" data-toggle="tab" href="#menuJavaScript_e1ijrp8wod4">JavaScript</a>
1774
+
1775
+ <a class="nav-tab " data-toggle="tab" href="#menuTypeScript_e1ijrp8wod4">TypeScript</a>
1776
+
1777
+ </div>
1778
+ <div class="tab-content">
1779
+
1780
+ <div id="menuJavaScript_e1ijrp8wod4" class="tab-pane active">
1781
+
1782
+
1783
+ <pre class="prettyprint" data-lang="javascript"><code>var webDavSession = new ITHit.WebDAV.Client.WebDavSession();
1784
+ var sFolderAbsolutePath = 'http://localhost:87654/Documents/';
1785
+ var fCallback = function() {};
1786
+
1787
+ webDavSession.OpenFolderAsync(sFolderAbsolutePath, null, function(oAsyncResult) {
1788
+
1789
+ /** @typedef {ITHit.WebDAV.Client.Folder} oFolder */
1790
+ var oFolder = oAsyncResult.Result;
1791
+
1792
+ console.log('Loaded folder `' + oFolder.DisplayName + '`.');
1793
+
1794
+ fCallback(oAsyncResult);
1795
+ });</code></pre>
1796
+
1797
+
1798
+ </div>
1799
+
1800
+ <div id="menuTypeScript_e1ijrp8wod4" class="tab-pane ">
1801
+
1802
+
1803
+ <pre class="prettyprint" data-lang="typescript"><code>import { ITHit } from "webdav.client";
1804
+
1805
+ const webDavSession = new ITHit.WebDAV.Client.WebDavSession();
1806
+ const sFolderAbsolutePath = "http://localhost:87654/Documents/";
1807
+ const fCallback = function (oAsyncResult: ITHit.WebDAV.Client.AsyncResult) {};
1808
+
1809
+ webDavSession.OpenFolderAsync(sFolderAbsolutePath, null, function (oAsyncResult) {
1810
+ const oFolder: ITHit.WebDAV.Client.Folder = oAsyncResult.Result;
1811
+
1812
+ console.log("Loaded folder `" + oFolder.DisplayName + "`.");
1813
+
1814
+ fCallback(oAsyncResult);
1815
+ });</code></pre>
1816
+
1817
+
1818
+ </div>
1819
+
1820
+ </div>
1821
+
1822
+
1823
+ </dd>
1824
+
1825
+
1826
+
1827
+ <dt>
1828
+ <div class="nameContainer">
1829
+
1830
+ <h4 class="name" id="OpenItemAsync">
1831
+
1832
+
1833
+ OpenItemAsync<span class="signature">(sPath, aProperties, fCallback)</span>
1834
+
1835
+ </h4>
1836
+ <span class="toc-nav-name">OpenItemAsync</span>
1837
+
1838
+ </div>
1839
+
1840
+
1841
+ </dt>
1842
+ <dd>
1843
+
1844
+
1845
+ <div class="description">
1846
+ Returns HierarchyItem object corresponding to path.
1847
+ </div>
1848
+
1849
+
1850
+
1851
+
1852
+
1853
+
1854
+
1855
+
1856
+
1857
+ <table class="params">
1858
+ <thead>
1859
+ <tr>
1860
+
1861
+ <th>Name</th>
1862
+
1863
+
1864
+ <th>Type</th>
1865
+
1866
+
1867
+
1868
+ <th class="last">Description</th>
1869
+ </tr>
1870
+ </thead>
1871
+
1872
+ <tbody>
1873
+
1874
+
1875
+ <tr>
1876
+
1877
+ <td class="name"><code>sPath</code></td>
1878
+
1879
+
1880
+ <td class="type">
1881
+
1882
+
1883
+ <span class="param-type">string</span>
1884
+
1885
+
1886
+
1887
+ </td>
1888
+
1889
+
1890
+
1891
+ <td class="description last">
1892
+
1893
+ Path to the resource.</td>
1894
+ </tr>
1895
+
1896
+
1897
+
1898
+ <tr>
1899
+
1900
+ <td class="name"><code>aProperties</code></td>
1901
+
1902
+
1903
+ <td class="type">
1904
+
1905
+
1906
+ <span class="param-type">Array.&lt;<a href="ITHit.WebDAV.Client.PropertyName.html">ITHit.WebDAV.Client.PropertyName</a>></span>
1907
+
1908
+
1909
+
1910
+ </td>
1911
+
1912
+
1913
+
1914
+ <td class="description last">
1915
+
1916
+ Additional properties requested from server. Default is empty array.</td>
1917
+ </tr>
1918
+
1919
+
1920
+
1921
+ <tr>
1922
+
1923
+ <td class="name"><code>fCallback</code></td>
1924
+
1925
+
1926
+ <td class="type">
1927
+
1928
+
1929
+ <span class="param-type"><a href="ITHit.WebDAV.Client.WebDavSession.html#OpenItemAsyncCallback">ITHit.WebDAV.Client.WebDavSession~OpenItemAsyncCallback</a></span>
1930
+
1931
+
1932
+
1933
+ </td>
1934
+
1935
+
1936
+
1937
+ <td class="description last">
1938
+
1939
+ Function to call when operation is completed.</td>
1940
+ </tr>
1941
+
1942
+
1943
+ </tbody>
1944
+ </table>
1945
+
1946
+
1947
+
1948
+ <dl class="details">
1949
+
1950
+
1951
+
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+
1964
+
1965
+
1966
+
1967
+
1968
+
1969
+
1970
+ </dl>
1971
+
1972
+
1973
+
1974
+
1975
+
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+
1984
+ </dd>
1985
+
1986
+
1987
+
1988
+ <dt>
1989
+ <div class="nameContainer">
1990
+
1991
+ <h4 class="name" id="RemoveListener">
1992
+
1993
+
1994
+ RemoveListener<span class="signature">(sEventName, fCallback, <span class="optional">oContext</span>)</span>
1995
+
1996
+ </h4>
1997
+ <span class="toc-nav-name">RemoveListener</span>
1998
+
1999
+ </div>
2000
+
2001
+
2002
+ </dt>
2003
+ <dd>
2004
+
2005
+
2006
+
2007
+
2008
+
2009
+
2010
+
2011
+
2012
+
2013
+
2014
+ <table class="params">
2015
+ <thead>
2016
+ <tr>
2017
+
2018
+ <th>Name</th>
2019
+
2020
+
2021
+ <th>Type</th>
2022
+
2023
+
2024
+
2025
+ <th class="last">Description</th>
2026
+ </tr>
2027
+ </thead>
2028
+
2029
+ <tbody>
2030
+
2031
+
2032
+ <tr>
2033
+
2034
+ <td class="name"><code>sEventName</code></td>
2035
+
2036
+
2037
+ <td class="type">
2038
+
2039
+
2040
+ <span class="param-type">string</span>
2041
+
2042
+
2043
+
2044
+ </td>
2045
+
2046
+
2047
+
2048
+ <td class="description last">
2049
+
2050
+
2051
+
2052
+
2053
+
2054
+
2055
+ </td>
2056
+ </tr>
2057
+
2058
+
2059
+
2060
+ <tr>
2061
+
2062
+ <td class="name"><code>fCallback</code></td>
2063
+
2064
+
2065
+ <td class="type">
2066
+
2067
+
2068
+ <span class="param-type">function</span>
2069
+
2070
+
2071
+
2072
+ </td>
2073
+
2074
+
2075
+
2076
+ <td class="description last">
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+
2083
+ </td>
2084
+ </tr>
2085
+
2086
+
2087
+
2088
+ <tr>
2089
+
2090
+ <td class="name"><code>oContext</code></td>
2091
+
2092
+
2093
+ <td class="type">
2094
+
2095
+
2096
+ <span class="param-type">object</span>
2097
+
2098
+
2099
+
2100
+ </td>
2101
+
2102
+
2103
+
2104
+ <td class="description last">
2105
+
2106
+
2107
+ <span class="optional">optional</span>
2108
+
2109
+
2110
+
2111
+
2112
+
2113
+ </td>
2114
+ </tr>
2115
+
2116
+
2117
+ </tbody>
2118
+ </table>
2119
+
2120
+
2121
+
2122
+ <dl class="details">
2123
+
2124
+
2125
+
2126
+
2127
+
2128
+
2129
+
2130
+
2131
+
2132
+
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+ </dl>
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+
2151
+
2152
+
2153
+
2154
+
2155
+
2156
+
2157
+
2158
+ </dd>
2159
+
2160
+ </dl>
2161
+
2162
+
2163
+
2164
+ <h3 id="type-definitions" class="subsection-title">Type Definitions</h3>
2165
+
2166
+ <dl>
2167
+
2168
+ <dt>
2169
+ <div class="nameContainer">
2170
+
2171
+ <h4 class="name" id="CreateFolderAsyncCallback">
2172
+
2173
+
2174
+ CreateFolderAsyncCallback<span class="signature">(oResult)</span>
2175
+
2176
+ </h4>
2177
+ <span class="toc-nav-name">CreateFolderAsyncCallback</span>
2178
+
2179
+ </div>
2180
+
2181
+
2182
+ </dt>
2183
+ <dd>
2184
+
2185
+
2186
+ <div class="description">
2187
+ Callback function to be called when folder creates on server.
2188
+ </div>
2189
+
2190
+
2191
+
2192
+
2193
+
2194
+
2195
+
2196
+
2197
+
2198
+ <table class="params">
2199
+ <thead>
2200
+ <tr>
2201
+
2202
+ <th>Name</th>
2203
+
2204
+
2205
+ <th>Type</th>
2206
+
2207
+
2208
+
2209
+ <th class="last">Description</th>
2210
+ </tr>
2211
+ </thead>
2212
+
2213
+ <tbody>
2214
+
2215
+
2216
+ <tr>
2217
+
2218
+ <td class="name"><code>oResult</code></td>
2219
+
2220
+
2221
+ <td class="type">
2222
+
2223
+
2224
+ <span class="param-type"><a href="ITHit.WebDAV.Client.AsyncResult.html">ITHit.WebDAV.Client.AsyncResult</a></span>
2225
+
2226
+
2227
+
2228
+ </td>
2229
+
2230
+
2231
+
2232
+ <td class="description last">
2233
+
2234
+ Result object
2235
+
2236
+
2237
+ <table class="params">
2238
+ <thead>
2239
+ <tr>
2240
+
2241
+ <th>Name</th>
2242
+
2243
+
2244
+ <th>Type</th>
2245
+
2246
+
2247
+
2248
+ <th class="last">Description</th>
2249
+ </tr>
2250
+ </thead>
2251
+
2252
+ <tbody>
2253
+
2254
+
2255
+ <tr>
2256
+
2257
+ <td class="name"><code>Result</code></td>
2258
+
2259
+
2260
+ <td class="type">
2261
+
2262
+
2263
+ <span class="param-type"><a href="ITHit.WebDAV.Client.HierarchyItem.html">ITHit.WebDAV.Client.HierarchyItem</a></span>
2264
+
2265
+
2266
+
2267
+ </td>
2268
+
2269
+
2270
+
2271
+ <td class="description last">
2272
+
2273
+ Item corresponding to requested path.</td>
2274
+ </tr>
2275
+
2276
+
2277
+ </tbody>
2278
+ </table>
2279
+ </td>
2280
+ </tr>
2281
+
2282
+
2283
+ </tbody>
2284
+ </table>
2285
+
2286
+
2287
+
2288
+ <dl class="details">
2289
+
2290
+
2291
+
2292
+
2293
+
2294
+
2295
+
2296
+
2297
+
2298
+
2299
+
2300
+
2301
+
2302
+
2303
+
2304
+
2305
+
2306
+
2307
+
2308
+
2309
+
2310
+ </dl>
2311
+
2312
+
2313
+
2314
+
2315
+
2316
+
2317
+
2318
+
2319
+
2320
+
2321
+
2322
+
2323
+
2324
+ </dd>
2325
+
2326
+
2327
+
2328
+ <dt>
2329
+ <div class="nameContainer">
2330
+
2331
+ <h4 class="name" id="OpenFileAsyncCallback">
2332
+
2333
+
2334
+ OpenFileAsyncCallback<span class="signature">(oResult)</span>
2335
+
2336
+ </h4>
2337
+ <span class="toc-nav-name">OpenFileAsyncCallback</span>
2338
+
2339
+ </div>
2340
+
2341
+
2342
+ </dt>
2343
+ <dd>
2344
+
2345
+
2346
+ <div class="description">
2347
+ Callback function to be called when file loaded from server.
2348
+ </div>
2349
+
2350
+
2351
+
2352
+
2353
+
2354
+
2355
+
2356
+
2357
+
2358
+ <table class="params">
2359
+ <thead>
2360
+ <tr>
2361
+
2362
+ <th>Name</th>
2363
+
2364
+
2365
+ <th>Type</th>
2366
+
2367
+
2368
+
2369
+ <th class="last">Description</th>
2370
+ </tr>
2371
+ </thead>
2372
+
2373
+ <tbody>
2374
+
2375
+
2376
+ <tr>
2377
+
2378
+ <td class="name"><code>oResult</code></td>
2379
+
2380
+
2381
+ <td class="type">
2382
+
2383
+
2384
+ <span class="param-type"><a href="ITHit.WebDAV.Client.AsyncResult.html">ITHit.WebDAV.Client.AsyncResult</a></span>
2385
+
2386
+
2387
+
2388
+ </td>
2389
+
2390
+
2391
+
2392
+ <td class="description last">
2393
+
2394
+ Result object
2395
+
2396
+
2397
+ <table class="params">
2398
+ <thead>
2399
+ <tr>
2400
+
2401
+ <th>Name</th>
2402
+
2403
+
2404
+ <th>Type</th>
2405
+
2406
+
2407
+
2408
+ <th class="last">Description</th>
2409
+ </tr>
2410
+ </thead>
2411
+
2412
+ <tbody>
2413
+
2414
+
2415
+ <tr>
2416
+
2417
+ <td class="name"><code>Result</code></td>
2418
+
2419
+
2420
+ <td class="type">
2421
+
2422
+
2423
+ <span class="param-type"><a href="ITHit.WebDAV.Client.File.html">ITHit.WebDAV.Client.File</a></span>
2424
+
2425
+
2426
+
2427
+ </td>
2428
+
2429
+
2430
+
2431
+ <td class="description last">
2432
+
2433
+ File corresponding to requested path.</td>
2434
+ </tr>
2435
+
2436
+
2437
+ </tbody>
2438
+ </table>
2439
+ </td>
2440
+ </tr>
2441
+
2442
+
2443
+ </tbody>
2444
+ </table>
2445
+
2446
+
2447
+
2448
+ <dl class="details">
2449
+
2450
+
2451
+
2452
+
2453
+
2454
+
2455
+
2456
+
2457
+
2458
+
2459
+
2460
+
2461
+
2462
+
2463
+
2464
+
2465
+
2466
+
2467
+
2468
+
2469
+
2470
+ </dl>
2471
+
2472
+
2473
+
2474
+
2475
+
2476
+
2477
+
2478
+
2479
+
2480
+
2481
+
2482
+
2483
+
2484
+ </dd>
2485
+
2486
+
2487
+
2488
+ <dt>
2489
+ <div class="nameContainer">
2490
+
2491
+ <h4 class="name" id="OpenFolderAsyncCallback">
2492
+
2493
+
2494
+ OpenFolderAsyncCallback<span class="signature">(oResult)</span>
2495
+
2496
+ </h4>
2497
+ <span class="toc-nav-name">OpenFolderAsyncCallback</span>
2498
+
2499
+ </div>
2500
+
2501
+
2502
+ </dt>
2503
+ <dd>
2504
+
2505
+
2506
+ <div class="description">
2507
+ Callback function to be called when folder loaded from server.
2508
+ </div>
2509
+
2510
+
2511
+
2512
+
2513
+
2514
+
2515
+
2516
+
2517
+
2518
+ <table class="params">
2519
+ <thead>
2520
+ <tr>
2521
+
2522
+ <th>Name</th>
2523
+
2524
+
2525
+ <th>Type</th>
2526
+
2527
+
2528
+
2529
+ <th class="last">Description</th>
2530
+ </tr>
2531
+ </thead>
2532
+
2533
+ <tbody>
2534
+
2535
+
2536
+ <tr>
2537
+
2538
+ <td class="name"><code>oResult</code></td>
2539
+
2540
+
2541
+ <td class="type">
2542
+
2543
+
2544
+ <span class="param-type"><a href="ITHit.WebDAV.Client.AsyncResult.html">ITHit.WebDAV.Client.AsyncResult</a></span>
2545
+
2546
+
2547
+
2548
+ </td>
2549
+
2550
+
2551
+
2552
+ <td class="description last">
2553
+
2554
+ Result object
2555
+
2556
+
2557
+ <table class="params">
2558
+ <thead>
2559
+ <tr>
2560
+
2561
+ <th>Name</th>
2562
+
2563
+
2564
+ <th>Type</th>
2565
+
2566
+
2567
+
2568
+ <th class="last">Description</th>
2569
+ </tr>
2570
+ </thead>
2571
+
2572
+ <tbody>
2573
+
2574
+
2575
+ <tr>
2576
+
2577
+ <td class="name"><code>Result</code></td>
2578
+
2579
+
2580
+ <td class="type">
2581
+
2582
+
2583
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Folder.html">ITHit.WebDAV.Client.Folder</a></span>
2584
+
2585
+
2586
+
2587
+ </td>
2588
+
2589
+
2590
+
2591
+ <td class="description last">
2592
+
2593
+ Folder corresponding to requested path.</td>
2594
+ </tr>
2595
+
2596
+
2597
+ </tbody>
2598
+ </table>
2599
+ </td>
2600
+ </tr>
2601
+
2602
+
2603
+ </tbody>
2604
+ </table>
2605
+
2606
+
2607
+
2608
+ <dl class="details">
2609
+
2610
+
2611
+
2612
+
2613
+
2614
+
2615
+
2616
+
2617
+
2618
+
2619
+
2620
+
2621
+
2622
+
2623
+
2624
+
2625
+
2626
+
2627
+
2628
+
2629
+
2630
+ </dl>
2631
+
2632
+
2633
+
2634
+
2635
+
2636
+
2637
+
2638
+
2639
+
2640
+
2641
+
2642
+
2643
+
2644
+ </dd>
2645
+
2646
+
2647
+
2648
+ <dt>
2649
+ <div class="nameContainer">
2650
+
2651
+ <h4 class="name" id="OpenItemAsyncCallback">
2652
+
2653
+
2654
+ OpenItemAsyncCallback<span class="signature">(oResult)</span>
2655
+
2656
+ </h4>
2657
+ <span class="toc-nav-name">OpenItemAsyncCallback</span>
2658
+
2659
+ </div>
2660
+
2661
+
2662
+ </dt>
2663
+ <dd>
2664
+
2665
+
2666
+ <div class="description">
2667
+ Callback function to be called when items loaded from server.
2668
+ </div>
2669
+
2670
+
2671
+
2672
+
2673
+
2674
+
2675
+
2676
+
2677
+
2678
+ <table class="params">
2679
+ <thead>
2680
+ <tr>
2681
+
2682
+ <th>Name</th>
2683
+
2684
+
2685
+ <th>Type</th>
2686
+
2687
+
2688
+
2689
+ <th class="last">Description</th>
2690
+ </tr>
2691
+ </thead>
2692
+
2693
+ <tbody>
2694
+
2695
+
2696
+ <tr>
2697
+
2698
+ <td class="name"><code>oResult</code></td>
2699
+
2700
+
2701
+ <td class="type">
2702
+
2703
+
2704
+ <span class="param-type"><a href="ITHit.WebDAV.Client.AsyncResult.html">ITHit.WebDAV.Client.AsyncResult</a></span>
2705
+
2706
+
2707
+
2708
+ </td>
2709
+
2710
+
2711
+
2712
+ <td class="description last">
2713
+
2714
+ Result object
2715
+
2716
+
2717
+ <table class="params">
2718
+ <thead>
2719
+ <tr>
2720
+
2721
+ <th>Name</th>
2722
+
2723
+
2724
+ <th>Type</th>
2725
+
2726
+
2727
+
2728
+ <th class="last">Description</th>
2729
+ </tr>
2730
+ </thead>
2731
+
2732
+ <tbody>
2733
+
2734
+
2735
+ <tr>
2736
+
2737
+ <td class="name"><code>Result</code></td>
2738
+
2739
+
2740
+ <td class="type">
2741
+
2742
+
2743
+ <span class="param-type"><a href="ITHit.WebDAV.Client.HierarchyItem.html">ITHit.WebDAV.Client.HierarchyItem</a></span>
2744
+
2745
+
2746
+
2747
+ </td>
2748
+
2749
+
2750
+
2751
+ <td class="description last">
2752
+
2753
+ Item corresponding to requested path.</td>
2754
+ </tr>
2755
+
2756
+
2757
+ </tbody>
2758
+ </table>
2759
+ </td>
2760
+ </tr>
2761
+
2762
+
2763
+ </tbody>
2764
+ </table>
2765
+
2766
+
2767
+
2768
+ <dl class="details">
2769
+
2770
+
2771
+
2772
+
2773
+
2774
+
2775
+
2776
+
2777
+
2778
+
2779
+
2780
+
2781
+
2782
+
2783
+
2784
+
2785
+
2786
+
2787
+
2788
+
2789
+
2790
+ </dl>
2791
+
2792
+
2793
+
2794
+
2795
+
2796
+
2797
+
2798
+
2799
+
2800
+
2801
+
2802
+
2803
+
2804
+ </dd>
2805
+
2806
+ </dl>
2807
+
2808
+
2809
+
2810
+ <h3 id="events" class="subsection-title">Events</h3>
2811
+
2812
+ <dl>
2813
+
2814
+ <dt>
2815
+ <div class="nameContainer">
2816
+
2817
+ <h4 class="name" id="event:OnBeforeRequestSend">
2818
+
2819
+
2820
+ OnBeforeRequestSend
2821
+
2822
+ </h4>
2823
+ <span class="toc-nav-name">OnBeforeRequestSend</span>
2824
+
2825
+ </div>
2826
+
2827
+
2828
+ </dt>
2829
+ <dd>
2830
+
2831
+
2832
+ <div class="description">
2833
+ The OnBeforeRequestSend event is fired before request is being submitted to server and provides all
2834
+ </div>
2835
+
2836
+
2837
+
2838
+
2839
+
2840
+
2841
+
2842
+
2843
+
2844
+ <dl class="details">
2845
+
2846
+
2847
+ <h5 class="subsection-title">Properties:</h5>
2848
+
2849
+ <dl>
2850
+
2851
+ <table class="props">
2852
+ <thead>
2853
+ <tr>
2854
+
2855
+ <th>Name</th>
2856
+
2857
+
2858
+ <th>Type</th>
2859
+
2860
+
2861
+
2862
+
2863
+
2864
+ <th class="last">Description</th>
2865
+ </tr>
2866
+ </thead>
2867
+
2868
+ <tbody>
2869
+
2870
+
2871
+ <tr>
2872
+
2873
+ <td class="name"><code>Method</code></td>
2874
+
2875
+
2876
+ <td class="type">
2877
+
2878
+
2879
+ <span class="param-type">string</span>
2880
+
2881
+
2882
+
2883
+ </td>
2884
+
2885
+
2886
+
2887
+
2888
+
2889
+ <td class="description last">Request method</td>
2890
+ </tr>
2891
+
2892
+
2893
+
2894
+ <tr>
2895
+
2896
+ <td class="name"><code>Href</code></td>
2897
+
2898
+
2899
+ <td class="type">
2900
+
2901
+
2902
+ <span class="param-type">string</span>
2903
+
2904
+
2905
+
2906
+ </td>
2907
+
2908
+
2909
+
2910
+
2911
+
2912
+ <td class="description last">Request absolute path</td>
2913
+ </tr>
2914
+
2915
+
2916
+
2917
+ <tr>
2918
+
2919
+ <td class="name"><code>Headers</code></td>
2920
+
2921
+
2922
+ <td class="type">
2923
+
2924
+
2925
+ <span class="param-type">object</span>
2926
+
2927
+
2928
+
2929
+ </td>
2930
+
2931
+
2932
+
2933
+
2934
+
2935
+ <td class="description last">Key-value object with headers</td>
2936
+ </tr>
2937
+
2938
+
2939
+
2940
+ <tr>
2941
+
2942
+ <td class="name"><code>Body</code></td>
2943
+
2944
+
2945
+ <td class="type">
2946
+
2947
+
2948
+ <span class="param-type">string</span>
2949
+
2950
+
2951
+
2952
+ </td>
2953
+
2954
+
2955
+
2956
+
2957
+
2958
+ <td class="description last">Request Body</td>
2959
+ </tr>
2960
+
2961
+
2962
+ </tbody>
2963
+ </table></dl>
2964
+
2965
+
2966
+
2967
+
2968
+
2969
+
2970
+
2971
+
2972
+
2973
+
2974
+
2975
+
2976
+
2977
+
2978
+
2979
+
2980
+
2981
+
2982
+
2983
+
2984
+
2985
+
2986
+ </dl>
2987
+
2988
+
2989
+
2990
+
2991
+
2992
+
2993
+
2994
+
2995
+
2996
+
2997
+
2998
+
2999
+
3000
+ <h5>Examples</h5>
3001
+
3002
+ <div class="nav nav-tabs">
3003
+
3004
+ <a class="nav-tab active" data-toggle="tab" href="#menuJavaScript_euvfchobgd">JavaScript</a>
3005
+
3006
+ <a class="nav-tab " data-toggle="tab" href="#menuTypeScript_euvfchobgd">TypeScript</a>
3007
+
3008
+ </div>
3009
+ <div class="tab-content">
3010
+
3011
+ <div id="menuJavaScript_euvfchobgd" class="tab-pane active">
3012
+
3013
+
3014
+ <pre class="prettyprint" data-lang="javascript"><code>var webDavSession = new ITHit.WebDAV.Client.WebDavSession();
3015
+ var fCallback = function() {};
3016
+
3017
+ webDavSession.AddListener('OnBeforeRequestSend', function(oEvent) {
3018
+
3019
+ // Add new header
3020
+ //oEvent.Headers['My-Header'] = oEvent.Method;
3021
+
3022
+ // Show request info
3023
+ console.log(oEvent.Method + ' ' + oEvent.Href);
3024
+ for (var sKey in oEvent.Headers) {
3025
+ if (oEvent.Headers.hasOwnProperty(sKey)) {
3026
+ console.log(sKey + ': ' + oEvent.Headers[sKey]);
3027
+ }
3028
+ }
3029
+
3030
+ // Show request body
3031
+ console.log(oEvent.Body);
3032
+
3033
+ fCallback(oEvent);
3034
+ });</code></pre>
3035
+
3036
+
3037
+ </div>
3038
+
3039
+ <div id="menuTypeScript_euvfchobgd" class="tab-pane ">
3040
+
3041
+
3042
+ <pre class="prettyprint" data-lang="typescript"><code>import { ITHit } from "webdav.client";
3043
+
3044
+ const webDavSession = new ITHit.WebDAV.Client.WebDavSession();
3045
+ const fCallback = function (oEvent: any) {};
3046
+
3047
+ webDavSession.AddListener("OnBeforeRequestSend", function (oEvent: any) {
3048
+ // Add new header
3049
+ //oEvent.Headers['My-Header'] = oEvent.Method;
3050
+
3051
+ // Show request info
3052
+ console.log(oEvent.Method + " " + oEvent.Href);
3053
+ for (let sKey in oEvent.Headers) {
3054
+ if (oEvent.Headers.hasOwnProperty(sKey)) {
3055
+ console.log(sKey + ": " + oEvent.Headers[sKey]);
3056
+ }
3057
+ }
3058
+
3059
+ // Show request body
3060
+ console.log(oEvent.Body);
3061
+
3062
+ fCallback(oEvent);
3063
+ });</code></pre>
3064
+
3065
+
3066
+ </div>
3067
+
3068
+ </div>
3069
+
3070
+
3071
+ </dd>
3072
+
3073
+
3074
+
3075
+ <dt>
3076
+ <div class="nameContainer">
3077
+
3078
+ <h4 class="name" id="event:OnResponse">
3079
+
3080
+
3081
+ OnResponse
3082
+
3083
+ </h4>
3084
+ <span class="toc-nav-name">OnResponse</span>
3085
+
3086
+ </div>
3087
+
3088
+
3089
+ </dt>
3090
+ <dd>
3091
+
3092
+
3093
+ <div class="description">
3094
+ The OnResponse event fires when the data is received from server. In your event handler you can update
3095
+ </div>
3096
+
3097
+
3098
+
3099
+
3100
+
3101
+
3102
+
3103
+
3104
+
3105
+ <dl class="details">
3106
+
3107
+
3108
+ <h5 class="subsection-title">Properties:</h5>
3109
+
3110
+ <dl>
3111
+
3112
+ <table class="props">
3113
+ <thead>
3114
+ <tr>
3115
+
3116
+ <th>Name</th>
3117
+
3118
+
3119
+ <th>Type</th>
3120
+
3121
+
3122
+
3123
+
3124
+
3125
+ <th class="last">Description</th>
3126
+ </tr>
3127
+ </thead>
3128
+
3129
+ <tbody>
3130
+
3131
+
3132
+ <tr>
3133
+
3134
+ <td class="name"><code>Status</code></td>
3135
+
3136
+
3137
+ <td class="type">
3138
+
3139
+
3140
+ <span class="param-type">number</span>
3141
+
3142
+
3143
+
3144
+ </td>
3145
+
3146
+
3147
+
3148
+
3149
+
3150
+ <td class="description last">Response status code</td>
3151
+ </tr>
3152
+
3153
+
3154
+
3155
+ <tr>
3156
+
3157
+ <td class="name"><code>StatusDescription</code></td>
3158
+
3159
+
3160
+ <td class="type">
3161
+
3162
+
3163
+ <span class="param-type">string</span>
3164
+
3165
+
3166
+
3167
+ </td>
3168
+
3169
+
3170
+
3171
+
3172
+
3173
+ <td class="description last">Response status description</td>
3174
+ </tr>
3175
+
3176
+
3177
+
3178
+ <tr>
3179
+
3180
+ <td class="name"><code>Headers</code></td>
3181
+
3182
+
3183
+ <td class="type">
3184
+
3185
+
3186
+ <span class="param-type">object</span>
3187
+
3188
+
3189
+
3190
+ </td>
3191
+
3192
+
3193
+
3194
+
3195
+
3196
+ <td class="description last">Key-value object with headers</td>
3197
+ </tr>
3198
+
3199
+
3200
+
3201
+ <tr>
3202
+
3203
+ <td class="name"><code>Body</code></td>
3204
+
3205
+
3206
+ <td class="type">
3207
+
3208
+
3209
+ <span class="param-type">string</span>
3210
+
3211
+
3212
+
3213
+ </td>
3214
+
3215
+
3216
+
3217
+
3218
+
3219
+ <td class="description last">Response Body</td>
3220
+ </tr>
3221
+
3222
+
3223
+ </tbody>
3224
+ </table></dl>
3225
+
3226
+
3227
+
3228
+
3229
+
3230
+
3231
+
3232
+
3233
+
3234
+
3235
+
3236
+
3237
+
3238
+
3239
+
3240
+
3241
+
3242
+
3243
+
3244
+
3245
+
3246
+
3247
+ </dl>
3248
+
3249
+
3250
+
3251
+
3252
+
3253
+
3254
+
3255
+
3256
+
3257
+
3258
+
3259
+
3260
+
3261
+ <h5>Examples</h5>
3262
+
3263
+ <div class="nav nav-tabs">
3264
+
3265
+ <a class="nav-tab active" data-toggle="tab" href="#menuJavaScript_xv0gndalquf">JavaScript</a>
3266
+
3267
+ <a class="nav-tab " data-toggle="tab" href="#menuTypeScript_xv0gndalquf">TypeScript</a>
3268
+
3269
+ </div>
3270
+ <div class="tab-content">
3271
+
3272
+ <div id="menuJavaScript_xv0gndalquf" class="tab-pane active">
3273
+
3274
+
3275
+ <pre class="prettyprint" data-lang="javascript"><code>var webDavSession = new ITHit.WebDAV.Client.WebDavSession();
3276
+ var fCallback = function() {};
3277
+
3278
+ webDavSession.AddListener('OnResponse', function(oEvent) {
3279
+
3280
+ // Show HTTP status and description
3281
+ console.log(oEvent.Status + ' ' + oEvent.StatusDescription);
3282
+
3283
+ // Show headers
3284
+ for (var sKey in oEvent.Headers) {
3285
+ if (oEvent.Headers.hasOwnProperty(sKey)) {
3286
+ console.log(sKey + ': ' + oEvent.Headers[sKey]);
3287
+ }
3288
+ }
3289
+
3290
+ // Show response body
3291
+ console.log(oEvent.BodyText);
3292
+
3293
+ fCallback(oEvent);
3294
+ });</code></pre>
3295
+
3296
+
3297
+ </div>
3298
+
3299
+ <div id="menuTypeScript_xv0gndalquf" class="tab-pane ">
3300
+
3301
+
3302
+ <pre class="prettyprint" data-lang="typescript"><code>import { ITHit } from "webdav.client";
3303
+
3304
+ const webDavSession = new ITHit.WebDAV.Client.WebDavSession();
3305
+ const fCallback = function (oEvent: any) {};
3306
+
3307
+ webDavSession.AddListener("OnResponse", function (oEvent: any) {
3308
+ // Show HTTP status and description
3309
+ console.log(oEvent.Status + " " + oEvent.StatusDescription);
3310
+
3311
+ // Show headers
3312
+ for (let sKey in oEvent.Headers) {
3313
+ if (oEvent.Headers.hasOwnProperty(sKey)) {
3314
+ console.log(sKey + ": " + oEvent.Headers[sKey]);
3315
+ }
3316
+ }
3317
+
3318
+ // Show response body
3319
+ console.log(oEvent.BodyText);
3320
+
3321
+ fCallback(oEvent);
3322
+ });</code></pre>
3323
+
3324
+
3325
+ </div>
3326
+
3327
+ </div>
3328
+
3329
+
3330
+ </dd>
3331
+
3332
+ </dl>
3333
+
3334
+ </article>
3335
+
3336
+ </section>
3337
+
3338
+
3339
+
3340
+
3341
+
3342
+
3343
+
3344
+ </div>
3345
+ </div>
3346
+
3347
+ </div>
3348
+
3349
+
3350
+ <div class="search-container" id="PkfLWpAbet" style="display: none">
3351
+ <div class="wrapper" id="iCxFxjkHbP">
3352
+ <button class="icon-button search-close-button" id="VjLlGakifb" aria-label='close search'>
3353
+ <svg>
3354
+ <use xlink:href="#close-icon"></use>
3355
+ </svg>
3356
+
3357
+ </button>
3358
+ <div class="search-box-c">
3359
+ <svg><use xlink:href="#search-icon"></use></svg>
3360
+ <input type="text" id="vpcKVYIppa" class="search-input" placeholder="Search..." autofocus>
3361
+ </div>
3362
+ <div class="search-result-c" id="fWwVHRuDuN">
3363
+ <span class="search-result-c-text">Type anything to view search result</span>
3364
+ </div>
3365
+ </div>
3366
+ </div>
3367
+
3368
+
3369
+ <div class="mobile-menu-icon-container">
3370
+ <button class="icon-button" id="mobile-menu" data-isopen="false" aria-label="menu">
3371
+ <svg><use xlink:href="#menu-icon"></use></svg>
3372
+ </button>
3373
+ </div>
3374
+
3375
+ <div id="mobile-sidebar" class="mobile-sidebar-container">
3376
+ <div class="mobile-sidebar-wrapper">
3377
+
3378
+
3379
+ <a href="/" class="sidebar-title sidebar-title-anchor">Index</a>
3380
+
3381
+
3382
+ <div class="mobile-nav-links">
3383
+
3384
+
3385
+ </div>
3386
+ <div class="mobile-sidebar-items-c">
3387
+
3388
+
3389
+
3390
+ <div class="sidebar-section-title with-arrow" data-isopen="true" id="nav_ITHit">
3391
+
3392
+ <div>ITHit</div>
3393
+ <svg><use xlink:href="#down-icon"></use></svg>
3394
+
3395
+ </div>
3396
+ <div class="sidebar-section-children-container">
3397
+ <div style="padding-left: 8px;">
3398
+
3399
+
3400
+
3401
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAV">
3402
+
3403
+ <div>WebDAV</div>
3404
+ <svg><use xlink:href="#down-icon"></use></svg>
3405
+
3406
+ </div>
3407
+ <div class="sidebar-section-children-container">
3408
+ <div style="padding-left: 8px;">
3409
+
3410
+
3411
+
3412
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClient">
3413
+
3414
+ <div>Client</div>
3415
+ <svg><use xlink:href="#down-icon"></use></svg>
3416
+
3417
+ </div>
3418
+ <div class="sidebar-section-children-container">
3419
+ <div style="padding-left: 8px;">
3420
+
3421
+
3422
+
3423
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientExceptions">
3424
+
3425
+ <div>Exceptions</div>
3426
+ <svg><use xlink:href="#down-icon"></use></svg>
3427
+
3428
+ </div>
3429
+ <div class="sidebar-section-children-container">
3430
+ <div style="padding-left: 8px;">
3431
+
3432
+
3433
+
3434
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.BadRequestException.html">BadRequestException</a></div>
3435
+
3436
+
3437
+
3438
+
3439
+
3440
+
3441
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.ConflictException.html">ConflictException</a></div>
3442
+
3443
+
3444
+
3445
+
3446
+
3447
+
3448
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html">DependencyFailedException</a></div>
3449
+
3450
+
3451
+
3452
+
3453
+
3454
+
3455
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.ForbiddenException.html">ForbiddenException</a></div>
3456
+
3457
+
3458
+
3459
+
3460
+
3461
+
3462
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html">InsufficientStorageException</a></div>
3463
+
3464
+
3465
+
3466
+
3467
+
3468
+
3469
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.IntegrationException.html">IntegrationException</a></div>
3470
+
3471
+
3472
+
3473
+
3474
+
3475
+
3476
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.LockedException.html">LockedException</a></div>
3477
+
3478
+
3479
+
3480
+
3481
+
3482
+
3483
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html">MethodNotAllowedException</a></div>
3484
+
3485
+
3486
+
3487
+
3488
+
3489
+
3490
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.NotFoundException.html">NotFoundException</a></div>
3491
+
3492
+
3493
+
3494
+
3495
+
3496
+
3497
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.NotImplementedException.html">NotImplementedException</a></div>
3498
+
3499
+
3500
+
3501
+
3502
+
3503
+
3504
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html">PreconditionFailedException</a></div>
3505
+
3506
+
3507
+
3508
+
3509
+
3510
+
3511
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html">PropertyConflictException</a></div>
3512
+
3513
+
3514
+
3515
+
3516
+
3517
+
3518
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyException.html">PropertyException</a></div>
3519
+
3520
+
3521
+
3522
+
3523
+
3524
+
3525
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html">PropertyForbiddenException</a></div>
3526
+
3527
+
3528
+
3529
+
3530
+
3531
+
3532
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html">PropertyNotFoundException</a></div>
3533
+
3534
+
3535
+
3536
+
3537
+
3538
+
3539
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html">QuotaNotExceededException</a></div>
3540
+
3541
+
3542
+
3543
+
3544
+
3545
+
3546
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html">SufficientDiskSpaceException</a></div>
3547
+
3548
+
3549
+
3550
+
3551
+
3552
+
3553
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html">UnauthorizedException</a></div>
3554
+
3555
+
3556
+
3557
+
3558
+
3559
+
3560
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.WebDavException.html">WebDavException</a></div>
3561
+
3562
+
3563
+
3564
+
3565
+
3566
+
3567
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html">WebDavHttpException</a></div>
3568
+
3569
+
3570
+
3571
+
3572
+
3573
+
3574
+ </div>
3575
+ </div>
3576
+
3577
+
3578
+
3579
+
3580
+
3581
+
3582
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUpload">
3583
+
3584
+ <div>Upload</div>
3585
+ <svg><use xlink:href="#down-icon"></use></svg>
3586
+
3587
+ </div>
3588
+ <div class="sidebar-section-children-container">
3589
+ <div style="padding-left: 8px;">
3590
+
3591
+
3592
+
3593
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUploadControls">
3594
+
3595
+ <div>Controls</div>
3596
+ <svg><use xlink:href="#down-icon"></use></svg>
3597
+
3598
+ </div>
3599
+ <div class="sidebar-section-children-container">
3600
+ <div style="padding-left: 8px;">
3601
+
3602
+
3603
+
3604
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.DropZone.html">DropZone</a></div>
3605
+
3606
+
3607
+
3608
+
3609
+
3610
+
3611
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html">HtmlControl</a></div>
3612
+
3613
+
3614
+
3615
+
3616
+
3617
+
3618
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.Input.html">Input</a></div>
3619
+
3620
+
3621
+
3622
+
3623
+
3624
+
3625
+ </div>
3626
+ </div>
3627
+
3628
+
3629
+
3630
+
3631
+
3632
+
3633
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUploadEvents">
3634
+
3635
+ <div>Events</div>
3636
+ <svg><use xlink:href="#down-icon"></use></svg>
3637
+
3638
+ </div>
3639
+ <div class="sidebar-section-children-container">
3640
+ <div style="padding-left: 8px;">
3641
+
3642
+
3643
+
3644
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html">AsyncEvent</a></div>
3645
+
3646
+
3647
+
3648
+
3649
+
3650
+
3651
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html">BeforeUploadStarted</a></div>
3652
+
3653
+
3654
+
3655
+
3656
+
3657
+
3658
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html">ProgressChanged</a></div>
3659
+
3660
+
3661
+
3662
+
3663
+
3664
+
3665
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.QueueChanged.html">QueueChanged</a></div>
3666
+
3667
+
3668
+
3669
+
3670
+
3671
+
3672
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.StateChanged.html">StateChanged</a></div>
3673
+
3674
+
3675
+
3676
+
3677
+
3678
+
3679
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.UploadError.html">UploadError</a></div>
3680
+
3681
+
3682
+
3683
+
3684
+
3685
+
3686
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html">UploadItemsCreated</a></div>
3687
+
3688
+
3689
+
3690
+
3691
+
3692
+
3693
+ </div>
3694
+ </div>
3695
+
3696
+
3697
+
3698
+
3699
+
3700
+
3701
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.DropZoneCollection.html">DropZoneCollection</a></div>
3702
+
3703
+
3704
+
3705
+
3706
+
3707
+
3708
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.InputCollection.html">InputCollection</a></div>
3709
+
3710
+
3711
+
3712
+
3713
+
3714
+
3715
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Progress.html">Progress</a></div>
3716
+
3717
+
3718
+
3719
+
3720
+
3721
+
3722
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Queue.html">Queue</a></div>
3723
+
3724
+
3725
+
3726
+
3727
+
3728
+
3729
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Settings.html">Settings</a></div>
3730
+
3731
+
3732
+
3733
+
3734
+
3735
+
3736
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.State.html">State</a></div>
3737
+
3738
+
3739
+
3740
+
3741
+
3742
+
3743
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html">UploadItem</a></div>
3744
+
3745
+
3746
+
3747
+
3748
+
3749
+
3750
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Uploader.html">Uploader</a></div>
3751
+
3752
+
3753
+
3754
+
3755
+
3756
+
3757
+ </div>
3758
+ </div>
3759
+
3760
+
3761
+
3762
+
3763
+
3764
+
3765
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.AsyncResult.html">AsyncResult</a></div>
3766
+
3767
+
3768
+
3769
+
3770
+
3771
+
3772
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.DocManager.html">DocManager</a></div>
3773
+
3774
+
3775
+
3776
+
3777
+
3778
+
3779
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Error.html">Error</a></div>
3780
+
3781
+
3782
+
3783
+
3784
+
3785
+
3786
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Features.html">Features</a></div>
3787
+
3788
+
3789
+
3790
+
3791
+
3792
+
3793
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.File.html">File</a></div>
3794
+
3795
+
3796
+
3797
+
3798
+
3799
+
3800
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Folder.html">Folder</a></div>
3801
+
3802
+
3803
+
3804
+
3805
+
3806
+
3807
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.GEditInfo.html">GEditInfo</a></div>
3808
+
3809
+
3810
+
3811
+
3812
+
3813
+
3814
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.HierarchyItem.html">HierarchyItem</a></div>
3815
+
3816
+
3817
+
3818
+
3819
+
3820
+
3821
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.HttpStatus.html">HttpStatus</a></div>
3822
+
3823
+
3824
+
3825
+
3826
+
3827
+
3828
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockInfo.html">LockInfo</a></div>
3829
+
3830
+
3831
+
3832
+
3833
+
3834
+
3835
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockScope.html">LockScope</a></div>
3836
+
3837
+
3838
+
3839
+
3840
+
3841
+
3842
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockUriTokenPair.html">LockUriTokenPair</a></div>
3843
+
3844
+
3845
+
3846
+
3847
+
3848
+
3849
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.MsOfficeEditExtensions.html">MsOfficeEditExtensions</a></div>
3850
+
3851
+
3852
+
3853
+
3854
+
3855
+
3856
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Multistatus.html">Multistatus</a></div>
3857
+
3858
+
3859
+
3860
+
3861
+
3862
+
3863
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.MultistatusResponse.html">MultistatusResponse</a></div>
3864
+
3865
+
3866
+
3867
+
3868
+
3869
+
3870
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.OptionsInfo.html">OptionsInfo</a></div>
3871
+
3872
+
3873
+
3874
+
3875
+
3876
+
3877
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.OrderProperty.html">OrderProperty</a></div>
3878
+
3879
+
3880
+
3881
+
3882
+
3883
+
3884
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PageResults.html">PageResults</a></div>
3885
+
3886
+
3887
+
3888
+
3889
+
3890
+
3891
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Property.html">Property</a></div>
3892
+
3893
+
3894
+
3895
+
3896
+
3897
+
3898
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyList.html">PropertyList</a></div>
3899
+
3900
+
3901
+
3902
+
3903
+
3904
+
3905
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyMultistatusResponse.html">PropertyMultistatusResponse</a></div>
3906
+
3907
+
3908
+
3909
+
3910
+
3911
+
3912
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyName.html">PropertyName</a></div>
3913
+
3914
+
3915
+
3916
+
3917
+
3918
+
3919
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Request.html">Request</a></div>
3920
+
3921
+
3922
+
3923
+
3924
+
3925
+
3926
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.RequestProgress.html">RequestProgress</a></div>
3927
+
3928
+
3929
+
3930
+
3931
+
3932
+
3933
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.ResourceType.html">ResourceType</a></div>
3934
+
3935
+
3936
+
3937
+
3938
+
3939
+
3940
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.ResumableUpload.html">ResumableUpload</a></div>
3941
+
3942
+
3943
+
3944
+
3945
+
3946
+
3947
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.SPSManager.html">SPSManager</a></div>
3948
+
3949
+
3950
+
3951
+
3952
+
3953
+
3954
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.SearchQuery.html">SearchQuery</a></div>
3955
+
3956
+
3957
+
3958
+
3959
+
3960
+
3961
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Source.html">Source</a></div>
3962
+
3963
+
3964
+
3965
+
3966
+
3967
+
3968
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Version.html">Version</a></div>
3969
+
3970
+
3971
+
3972
+
3973
+
3974
+
3975
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.WebDavRequest.html">WebDavRequest</a></div>
3976
+
3977
+
3978
+
3979
+
3980
+
3981
+
3982
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.WebDavSession.html">WebDavSession</a></div>
3983
+
3984
+
3985
+
3986
+
3987
+
3988
+
3989
+ </div>
3990
+ </div>
3991
+
3992
+
3993
+
3994
+
3995
+
3996
+
3997
+ </div>
3998
+ </div>
3999
+
4000
+
4001
+
4002
+
4003
+
4004
+
4005
+ <div class="sidebar-section-children"><a href="ITHit.Environment.html">Environment</a></div>
4006
+
4007
+
4008
+
4009
+
4010
+
4011
+
4012
+ <div class="sidebar-section-children"><a href="ITHit.LogLevel.html">LogLevel</a></div>
4013
+
4014
+
4015
+
4016
+
4017
+
4018
+
4019
+ <div class="sidebar-section-children"><a href="ITHit.Logger.html">Logger</a></div>
4020
+
4021
+
4022
+
4023
+
4024
+
4025
+
4026
+ </div>
4027
+ </div>
4028
+
4029
+
4030
+
4031
+
4032
+
4033
+
4034
+ </div>
4035
+ <div class="mobile-navbar-actions">
4036
+
4037
+ <div class="navbar-right-item">
4038
+ <button class="icon-button search-button" aria-label='open-search'>
4039
+ <svg><use xlink:href="#search-icon"></use></svg>
4040
+ </button>
4041
+ </div>
4042
+
4043
+ <div class="navbar-right-item">
4044
+ <button class="icon-button theme-toggle" aria-label='toggle-theme'>
4045
+ <svg><use class="theme-svg-use" xlink:href="#dark-theme-icon"></use></svg>
4046
+ </button>
4047
+ </div>
4048
+ <div class="navbar-right-item">
4049
+ <button class="icon-button font-size" aria-label='change-font-size'>
4050
+ <svg><use xlink:href="#font-size-icon"></use></svg>
4051
+ </button>
4052
+ </div>
4053
+ </div>
4054
+ </div>
4055
+
4056
+ </div>
4057
+ <script type="text/javascript" src="scripts/core.min.js"></script>
4058
+
4059
+ <script src="scripts/search.min.js" defer></script>
4060
+ <script src="scripts/third-party/fuse.js" defer></script>
4061
+
4062
+
4063
+
4064
+
4065
+
4066
+ <script type="text/javascript">
4067
+ var tocbotInstance = tocbot.init({
4068
+ tocSelector: '#eed4d2a0bfd64539bb9df78095dec881',
4069
+ contentSelector: '.main-content',
4070
+ headingSelector: 'h2, h3, h4',
4071
+ hasInnerContainers: true,
4072
+ scrollContainer: '.main-content',
4073
+ headingsOffset: 130,
4074
+ onClick: bringLinkToView,
4075
+ });
4076
+
4077
+ </script>
4078
+
4079
+ </body>
4080
+
4081
+ </html>