SuperSocket.Common.xml 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>SuperSocket.Common</name>
  5. </assembly>
  6. <members>
  7. <member name="P:SuperSocket.Common.ArraySegmentEx`1.Array">
  8. <summary>
  9. Gets the array.
  10. </summary>
  11. </member>
  12. <member name="P:SuperSocket.Common.ArraySegmentEx`1.Count">
  13. <summary>
  14. Gets the count.
  15. </summary>
  16. </member>
  17. <member name="P:SuperSocket.Common.ArraySegmentEx`1.Offset">
  18. <summary>
  19. Gets the offset.
  20. </summary>
  21. </member>
  22. <member name="T:SuperSocket.Common.ArraySegmentList`1">
  23. <summary>
  24. ArraySegmentList
  25. </summary>
  26. <typeparam name="T"></typeparam>
  27. </member>
  28. <member name="M:SuperSocket.Common.ArraySegmentList`1.#ctor">
  29. <summary>
  30. Initializes a new instance of the <see cref="T:SuperSocket.Common.ArraySegmentList`1"/> class.
  31. </summary>
  32. </member>
  33. <member name="M:SuperSocket.Common.ArraySegmentList`1.IndexOf(`0)">
  34. <summary>
  35. Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.
  36. </summary>
  37. <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
  38. <returns>
  39. The index of <paramref name="item"/> if found in the list; otherwise, -1.
  40. </returns>
  41. </member>
  42. <member name="M:SuperSocket.Common.ArraySegmentList`1.Insert(System.Int32,`0)">
  43. <summary>
  44. NotSupported
  45. </summary>
  46. </member>
  47. <member name="M:SuperSocket.Common.ArraySegmentList`1.RemoveAt(System.Int32)">
  48. <summary>
  49. NotSupported
  50. </summary>
  51. </member>
  52. <member name="M:SuperSocket.Common.ArraySegmentList`1.Add(`0)">
  53. <summary>
  54. NotSupported
  55. </summary>
  56. </member>
  57. <member name="M:SuperSocket.Common.ArraySegmentList`1.Clear">
  58. <summary>
  59. NotSupported
  60. </summary>
  61. </member>
  62. <member name="M:SuperSocket.Common.ArraySegmentList`1.Contains(`0)">
  63. <summary>
  64. NotSupported
  65. </summary>
  66. </member>
  67. <member name="M:SuperSocket.Common.ArraySegmentList`1.CopyTo(`0[],System.Int32)">
  68. <summary>
  69. Copies to.
  70. </summary>
  71. <param name="array">The array.</param>
  72. <param name="arrayIndex">Index of the array.</param>
  73. </member>
  74. <member name="M:SuperSocket.Common.ArraySegmentList`1.Remove(`0)">
  75. <summary>
  76. NotSupported
  77. </summary>
  78. </member>
  79. <member name="M:SuperSocket.Common.ArraySegmentList`1.GetEnumerator">
  80. <summary>
  81. NotSupported
  82. </summary>
  83. </member>
  84. <member name="M:SuperSocket.Common.ArraySegmentList`1.System#Collections#IEnumerable#GetEnumerator">
  85. <summary>
  86. NotSupported
  87. </summary>
  88. </member>
  89. <member name="M:SuperSocket.Common.ArraySegmentList`1.RemoveSegmentAt(System.Int32)">
  90. <summary>
  91. Removes the segment at.
  92. </summary>
  93. <param name="index">The index.</param>
  94. </member>
  95. <member name="M:SuperSocket.Common.ArraySegmentList`1.AddSegment(`0[],System.Int32,System.Int32)">
  96. <summary>
  97. Adds the segment to the list.
  98. </summary>
  99. <param name="array">The array.</param>
  100. <param name="offset">The offset.</param>
  101. <param name="length">The length.</param>
  102. </member>
  103. <member name="M:SuperSocket.Common.ArraySegmentList`1.AddSegment(`0[],System.Int32,System.Int32,System.Boolean)">
  104. <summary>
  105. Adds the segment to the list.
  106. </summary>
  107. <param name="array">The array.</param>
  108. <param name="offset">The offset.</param>
  109. <param name="length">The length.</param>
  110. <param name="toBeCopied">if set to <c>true</c> [to be copied].</param>
  111. </member>
  112. <member name="M:SuperSocket.Common.ArraySegmentList`1.ClearSegements">
  113. <summary>
  114. Clears all the segements.
  115. </summary>
  116. </member>
  117. <member name="M:SuperSocket.Common.ArraySegmentList`1.ToArrayData">
  118. <summary>
  119. Read all data in this list to the array data.
  120. </summary>
  121. <returns></returns>
  122. </member>
  123. <member name="M:SuperSocket.Common.ArraySegmentList`1.ToArrayData(System.Int32,System.Int32)">
  124. <summary>
  125. Read the data in specific range to the array data.
  126. </summary>
  127. <param name="startIndex">The start index.</param>
  128. <param name="length">The length.</param>
  129. <returns></returns>
  130. </member>
  131. <member name="M:SuperSocket.Common.ArraySegmentList`1.TrimEnd(System.Int32)">
  132. <summary>
  133. Trims the end.
  134. </summary>
  135. <param name="trimSize">Size of the trim.</param>
  136. </member>
  137. <member name="M:SuperSocket.Common.ArraySegmentList`1.SearchLastSegment(SuperSocket.Common.SearchMarkState{`0})">
  138. <summary>
  139. Searches the last segment.
  140. </summary>
  141. <param name="state">The state.</param>
  142. <returns></returns>
  143. </member>
  144. <member name="M:SuperSocket.Common.ArraySegmentList`1.CopyTo(`0[])">
  145. <summary>
  146. Copies to.
  147. </summary>
  148. <param name="to">To.</param>
  149. <returns></returns>
  150. </member>
  151. <member name="M:SuperSocket.Common.ArraySegmentList`1.CopyTo(`0[],System.Int32,System.Int32,System.Int32)">
  152. <summary>
  153. Copies to.
  154. </summary>
  155. <param name="to">To.</param>
  156. <param name="srcIndex">Index of the SRC.</param>
  157. <param name="toIndex">To index.</param>
  158. <param name="length">The length.</param>
  159. <returns></returns>
  160. </member>
  161. <member name="P:SuperSocket.Common.ArraySegmentList`1.Item(System.Int32)">
  162. <summary>
  163. Gets or sets the element at the specified index.
  164. </summary>
  165. <returns>
  166. The element at the specified index.
  167. </returns>
  168. <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.
  169. </exception>
  170. <exception cref="T:System.NotSupportedException">
  171. The property is set and the <see cref="T:System.Collections.Generic.IList`1"/> is read-only.
  172. </exception>
  173. </member>
  174. <member name="P:SuperSocket.Common.ArraySegmentList`1.Count">
  175. <summary>
  176. Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1"/>.
  177. </summary>
  178. <returns>
  179. The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1"/>.
  180. </returns>
  181. </member>
  182. <member name="P:SuperSocket.Common.ArraySegmentList`1.IsReadOnly">
  183. <summary>
  184. Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.
  185. </summary>
  186. <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only; otherwise, false.
  187. </returns>
  188. </member>
  189. <member name="P:SuperSocket.Common.ArraySegmentList`1.SegmentCount">
  190. <summary>
  191. Gets the segment count.
  192. </summary>
  193. </member>
  194. <member name="T:SuperSocket.Common.ArraySegmentList">
  195. <summary>
  196. ArraySegmentList
  197. </summary>
  198. </member>
  199. <member name="M:SuperSocket.Common.ArraySegmentList.Decode(System.Text.Encoding)">
  200. <summary>
  201. Decodes bytes to string by the specified encoding.
  202. </summary>
  203. <param name="encoding">The encoding.</param>
  204. <returns></returns>
  205. </member>
  206. <member name="M:SuperSocket.Common.ArraySegmentList.Decode(System.Text.Encoding,System.Int32,System.Int32)">
  207. <summary>
  208. Decodes bytes to string by the specified encoding.
  209. </summary>
  210. <param name="encoding">The encoding.</param>
  211. <param name="offset">The offset.</param>
  212. <param name="length">The length.</param>
  213. <returns></returns>
  214. </member>
  215. <member name="M:SuperSocket.Common.ArraySegmentList.DecodeMask(System.Byte[],System.Int32,System.Int32)">
  216. <summary>
  217. Decodes data by the mask.
  218. </summary>
  219. <param name="mask">The mask.</param>
  220. <param name="offset">The offset.</param>
  221. <param name="length">The length.</param>
  222. </member>
  223. <member name="T:SuperSocket.Common.AssemblyUtil">
  224. <summary>
  225. Assembly Util Class
  226. </summary>
  227. </member>
  228. <member name="M:SuperSocket.Common.AssemblyUtil.CreateInstance``1(System.String)">
  229. <summary>
  230. Creates the instance from type name.
  231. </summary>
  232. <typeparam name="T"></typeparam>
  233. <param name="type">The type.</param>
  234. <returns></returns>
  235. </member>
  236. <member name="M:SuperSocket.Common.AssemblyUtil.CreateInstance``1(System.String,System.Object[])">
  237. <summary>
  238. Creates the instance from type name and parameters.
  239. </summary>
  240. <typeparam name="T"></typeparam>
  241. <param name="type">The type.</param>
  242. <param name="parameters">The parameters.</param>
  243. <returns></returns>
  244. </member>
  245. <member name="M:SuperSocket.Common.AssemblyUtil.GetType(System.String,System.Boolean,System.Boolean)">
  246. <summary>
  247. Gets the type by the full name, also return matched generic type without checking generic type parameters in the name.
  248. </summary>
  249. <param name="fullTypeName">Full name of the type.</param>
  250. <param name="throwOnError">if set to <c>true</c> [throw on error].</param>
  251. <param name="ignoreCase">if set to <c>true</c> [ignore case].</param>
  252. <returns></returns>
  253. </member>
  254. <member name="M:SuperSocket.Common.AssemblyUtil.GetImplementTypes``1(System.Reflection.Assembly)">
  255. <summary>
  256. Gets the implement types from assembly.
  257. </summary>
  258. <typeparam name="TBaseType">The type of the base type.</typeparam>
  259. <param name="assembly">The assembly.</param>
  260. <returns></returns>
  261. </member>
  262. <member name="M:SuperSocket.Common.AssemblyUtil.GetImplementedObjectsByInterface``1(System.Reflection.Assembly)">
  263. <summary>
  264. Gets the implemented objects by interface.
  265. </summary>
  266. <typeparam name="TBaseInterface">The type of the base interface.</typeparam>
  267. <param name="assembly">The assembly.</param>
  268. <returns></returns>
  269. </member>
  270. <member name="M:SuperSocket.Common.AssemblyUtil.GetImplementedObjectsByInterface``1(System.Reflection.Assembly,System.Type)">
  271. <summary>
  272. Gets the implemented objects by interface.
  273. </summary>
  274. <typeparam name="TBaseInterface">The type of the base interface.</typeparam>
  275. <param name="assembly">The assembly.</param>
  276. <param name="targetType">Type of the target.</param>
  277. <returns></returns>
  278. </member>
  279. <member name="M:SuperSocket.Common.AssemblyUtil.BinaryClone``1(``0)">
  280. <summary>
  281. Clone object in binary format.
  282. </summary>
  283. <typeparam name="T"></typeparam>
  284. <param name="target">The target.</param>
  285. <returns></returns>
  286. </member>
  287. <member name="M:SuperSocket.Common.AssemblyUtil.CopyPropertiesTo``1(``0,``0)">
  288. <summary>
  289. Copies the properties of one object to another object.
  290. </summary>
  291. <param name="source">The source.</param>
  292. <param name="target">The target.</param>
  293. </member>
  294. <member name="M:SuperSocket.Common.AssemblyUtil.GetAssembliesFromString(System.String)">
  295. <summary>
  296. Gets the assemblies from string.
  297. </summary>
  298. <param name="assemblyDef">The assembly def.</param>
  299. <returns></returns>
  300. </member>
  301. <member name="M:SuperSocket.Common.AssemblyUtil.GetAssembliesFromStrings(System.String[])">
  302. <summary>
  303. Gets the assemblies from strings.
  304. </summary>
  305. <param name="assemblies">The assemblies.</param>
  306. <returns></returns>
  307. </member>
  308. <member name="T:SuperSocket.Common.BinaryUtil">
  309. <summary>
  310. Binary util class
  311. </summary>
  312. </member>
  313. <member name="M:SuperSocket.Common.BinaryUtil.IndexOf``1(System.Collections.Generic.IList{``0},``0,System.Int32,System.Int32)">
  314. <summary>
  315. Search target from source.
  316. </summary>
  317. <typeparam name="T"></typeparam>
  318. <param name="source">The source.</param>
  319. <param name="target">The target.</param>
  320. <param name="pos">The pos.</param>
  321. <param name="length">The length.</param>
  322. <returns></returns>
  323. </member>
  324. <member name="M:SuperSocket.Common.BinaryUtil.SearchMark``1(System.Collections.Generic.IList{``0},``0[],System.Int32@)">
  325. <summary>
  326. Searches the mark from source.
  327. </summary>
  328. <typeparam name="T"></typeparam>
  329. <param name="source">The source.</param>
  330. <param name="mark">The mark.</param>
  331. <param name="parsedLength">Length of the parsed.</param>
  332. <returns></returns>
  333. </member>
  334. <member name="M:SuperSocket.Common.BinaryUtil.SearchMark``1(System.Collections.Generic.IList{``0},``0[])">
  335. <summary>
  336. Searches the mark from source.
  337. </summary>
  338. <typeparam name="T"></typeparam>
  339. <param name="source">The source.</param>
  340. <param name="mark">The mark.</param>
  341. <returns></returns>
  342. </member>
  343. <member name="M:SuperSocket.Common.BinaryUtil.SearchMark``1(System.Collections.Generic.IList{``0},System.Int32,System.Int32,``0[])">
  344. <summary>
  345. Searches the mark from source.
  346. </summary>
  347. <typeparam name="T"></typeparam>
  348. <param name="source">The source.</param>
  349. <param name="offset">The offset.</param>
  350. <param name="length">The length.</param>
  351. <param name="mark">The mark.</param>
  352. <returns></returns>
  353. </member>
  354. <member name="M:SuperSocket.Common.BinaryUtil.SearchMark``1(System.Collections.Generic.IList{``0},System.Int32,System.Int32,``0[],System.Int32@)">
  355. <summary>
  356. Searches the mark from source.
  357. </summary>
  358. <typeparam name="T"></typeparam>
  359. <param name="source">The source.</param>
  360. <param name="offset">The offset.</param>
  361. <param name="length">The length.</param>
  362. <param name="mark">The mark.</param>
  363. <param name="parsedLength">Length of the parsed.</param>
  364. <returns></returns>
  365. </member>
  366. <member name="M:SuperSocket.Common.BinaryUtil.SearchMark``1(System.Collections.Generic.IList{``0},System.Int32,System.Int32,``0[],System.Int32)">
  367. <summary>
  368. Searches the mark from source.
  369. </summary>
  370. <typeparam name="T"></typeparam>
  371. <param name="source">The source.</param>
  372. <param name="offset">The offset.</param>
  373. <param name="length">The length.</param>
  374. <param name="mark">The mark.</param>
  375. <param name="matched">The matched.</param>
  376. <returns></returns>
  377. </member>
  378. <member name="M:SuperSocket.Common.BinaryUtil.SearchMark``1(System.Collections.Generic.IList{``0},System.Int32,System.Int32,``0[],System.Int32,System.Int32@)">
  379. <summary>
  380. Searches the mark from source.
  381. </summary>
  382. <typeparam name="T"></typeparam>
  383. <param name="source">The source.</param>
  384. <param name="offset">The offset.</param>
  385. <param name="length">The length.</param>
  386. <param name="mark">The mark.</param>
  387. <param name="matched">The matched.</param>
  388. <param name="parsedLength">Length of the parsed.</param>
  389. <returns></returns>
  390. </member>
  391. <member name="M:SuperSocket.Common.BinaryUtil.SearchMark``1(System.Collections.Generic.IList{``0},System.Int32,System.Int32,SuperSocket.Common.SearchMarkState{``0},System.Int32@)">
  392. <summary>
  393. Searches the mark from source.
  394. </summary>
  395. <typeparam name="T"></typeparam>
  396. <param name="source">The source.</param>
  397. <param name="offset">The offset.</param>
  398. <param name="length">The length.</param>
  399. <param name="searchState">State of the search.</param>
  400. <param name="parsedLength">Length of the parsed.</param>
  401. <returns></returns>
  402. </member>
  403. <member name="M:SuperSocket.Common.BinaryUtil.SearchMark``1(System.Collections.Generic.IList{``0},System.Int32,System.Int32,SuperSocket.Common.SearchMarkState{``0})">
  404. <summary>
  405. Searches the mark from source.
  406. </summary>
  407. <typeparam name="T"></typeparam>
  408. <param name="source">The source.</param>
  409. <param name="offset">The offset.</param>
  410. <param name="length">The length.</param>
  411. <param name="searchState">State of the search.</param>
  412. <returns></returns>
  413. </member>
  414. <member name="M:SuperSocket.Common.BinaryUtil.StartsWith``1(System.Collections.Generic.IList{``0},``0[])">
  415. <summary>
  416. Startses the with.
  417. </summary>
  418. <typeparam name="T"></typeparam>
  419. <param name="source">The source.</param>
  420. <param name="mark">The mark.</param>
  421. <returns></returns>
  422. </member>
  423. <member name="M:SuperSocket.Common.BinaryUtil.StartsWith``1(System.Collections.Generic.IList{``0},System.Int32,System.Int32,``0[])">
  424. <summary>
  425. Startses the with.
  426. </summary>
  427. <typeparam name="T"></typeparam>
  428. <param name="source">The source.</param>
  429. <param name="offset">The offset.</param>
  430. <param name="length">The length.</param>
  431. <param name="mark">The mark.</param>
  432. <returns></returns>
  433. </member>
  434. <member name="M:SuperSocket.Common.BinaryUtil.EndsWith``1(System.Collections.Generic.IList{``0},``0[])">
  435. <summary>
  436. Endses the with.
  437. </summary>
  438. <typeparam name="T"></typeparam>
  439. <param name="source">The source.</param>
  440. <param name="mark">The mark.</param>
  441. <returns></returns>
  442. </member>
  443. <member name="M:SuperSocket.Common.BinaryUtil.EndsWith``1(System.Collections.Generic.IList{``0},System.Int32,System.Int32,``0[])">
  444. <summary>
  445. Endses the with.
  446. </summary>
  447. <typeparam name="T"></typeparam>
  448. <param name="source">The source.</param>
  449. <param name="offset">The offset.</param>
  450. <param name="length">The length.</param>
  451. <param name="mark">The mark.</param>
  452. <returns></returns>
  453. </member>
  454. <member name="M:SuperSocket.Common.BinaryUtil.CloneRange``1(System.Collections.Generic.IList{``0},System.Int32,System.Int32)">
  455. <summary>
  456. Clones the elements in the specific range.
  457. </summary>
  458. <typeparam name="T"></typeparam>
  459. <param name="source">The source.</param>
  460. <param name="offset">The offset.</param>
  461. <param name="length">The length.</param>
  462. <returns></returns>
  463. </member>
  464. <member name="T:SuperSocket.Common.BufferManager">
  465. <summary>
  466. This class creates a single large buffer which can be divided up and assigned to SocketAsyncEventArgs objects for use
  467. with each socket I/O operation. This enables bufffers to be easily reused and gaurds against fragmenting heap memory.
  468. The operations exposed on the BufferManager class are not thread safe.
  469. </summary>
  470. </member>
  471. <member name="M:SuperSocket.Common.BufferManager.#ctor(System.Int32,System.Int32)">
  472. <summary>
  473. Initializes a new instance of the <see cref="T:SuperSocket.Common.BufferManager"/> class.
  474. </summary>
  475. <param name="totalBytes">The total bytes.</param>
  476. <param name="bufferSize">Size of the buffer.</param>
  477. </member>
  478. <member name="M:SuperSocket.Common.BufferManager.InitBuffer">
  479. <summary>
  480. Allocates buffer space used by the buffer pool
  481. </summary>
  482. </member>
  483. <member name="M:SuperSocket.Common.BufferManager.SetBuffer(System.Net.Sockets.SocketAsyncEventArgs)">
  484. <summary>
  485. Assigns a buffer from the buffer pool to the specified SocketAsyncEventArgs object
  486. </summary>
  487. <returns>true if the buffer was successfully set, else false</returns>
  488. </member>
  489. <member name="M:SuperSocket.Common.BufferManager.FreeBuffer(System.Net.Sockets.SocketAsyncEventArgs)">
  490. <summary>
  491. Removes the buffer from a SocketAsyncEventArg object. This frees the buffer back to the
  492. buffer pool
  493. </summary>
  494. </member>
  495. <member name="T:SuperSocket.Common.ConfigurationElementBase">
  496. <summary>
  497. ConfigurationElementBase
  498. </summary>
  499. </member>
  500. <member name="M:SuperSocket.Common.ConfigurationElementBase.#ctor">
  501. <summary>
  502. Initializes a new instance of the <see cref="T:SuperSocket.Common.ConfigurationElementBase"/> class.
  503. </summary>
  504. </member>
  505. <member name="M:SuperSocket.Common.ConfigurationElementBase.#ctor(System.Boolean)">
  506. <summary>
  507. Initializes a new instance of the <see cref="T:SuperSocket.Common.ConfigurationElementBase"/> class.
  508. </summary>
  509. <param name="nameRequired">if set to <c>true</c> [name required].</param>
  510. </member>
  511. <member name="M:SuperSocket.Common.ConfigurationElementBase.DeserializeElement(System.Xml.XmlReader,System.Boolean)">
  512. <summary>
  513. Reads XML from the configuration file.
  514. </summary>
  515. <param name="reader">The <see cref="T:System.Xml.XmlReader"/> that reads from the configuration file.</param>
  516. <param name="serializeCollectionKey">true to serialize only the collection key properties; otherwise, false.</param>
  517. <exception cref="T:System.Configuration.ConfigurationErrorsException">The element to read is locked.- or -An attribute of the current node is not recognized.- or -The lock status of the current node cannot be determined. </exception>
  518. </member>
  519. <member name="M:SuperSocket.Common.ConfigurationElementBase.OnDeserializeUnrecognizedAttribute(System.String,System.String)">
  520. <summary>
  521. Gets a value indicating whether an unknown attribute is encountered during deserialization.
  522. </summary>
  523. <param name="name">The name of the unrecognized attribute.</param>
  524. <param name="value">The value of the unrecognized attribute.</param>
  525. <returns>
  526. true when an unknown attribute is encountered while deserializing; otherwise, false.
  527. </returns>
  528. </member>
  529. <member name="M:SuperSocket.Common.ConfigurationElementBase.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)">
  530. <summary>
  531. Modifies the <see cref="T:System.Configuration.ConfigurationElement" /> object to remove all values that should not be saved.
  532. </summary>
  533. <param name="sourceElement">A <see cref="T:System.Configuration.ConfigurationElement" /> at the current level containing a merged view of the properties.</param>
  534. <param name="parentElement">The parent <see cref="T:System.Configuration.ConfigurationElement" />, or null if this is the top level.</param>
  535. <param name="saveMode">A <see cref="T:System.Configuration.ConfigurationSaveMode" /> that determines which property values to include.</param>
  536. </member>
  537. <member name="M:SuperSocket.Common.ConfigurationElementBase.SerializeElement(System.Xml.XmlWriter,System.Boolean)">
  538. <summary>
  539. Writes the contents of this configuration element to the configuration file when implemented in a derived class.
  540. </summary>
  541. <param name="writer">The <see cref="T:System.Xml.XmlWriter" /> that writes to the configuration file.</param>
  542. <param name="serializeCollectionKey">true to serialize only the collection key properties; otherwise, false.</param>
  543. <returns>
  544. true if any data was actually serialized; otherwise, false.
  545. </returns>
  546. </member>
  547. <member name="M:SuperSocket.Common.ConfigurationElementBase.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
  548. <summary>
  549. Gets a value indicating whether an unknown element is encountered during deserialization.
  550. </summary>
  551. <param name="elementName">The name of the unknown subelement.</param>
  552. <param name="reader">The <see cref="T:System.Xml.XmlReader"/> being used for deserialization.</param>
  553. <returns>
  554. true when an unknown element is encountered while deserializing; otherwise, false.
  555. </returns>
  556. <exception cref="T:System.Configuration.ConfigurationErrorsException">The element identified by <paramref name="elementName"/> is locked.- or -One or more of the element's attributes is locked.- or -<paramref name="elementName"/> is unrecognized, or the element has an unrecognized attribute.- or -The element has a Boolean attribute with an invalid value.- or -An attempt was made to deserialize a property more than once.- or -An attempt was made to deserialize a property that is not a valid member of the element.- or -The element cannot contain a CDATA or text element.</exception>
  557. </member>
  558. <member name="P:SuperSocket.Common.ConfigurationElementBase.Name">
  559. <summary>
  560. Gets the name.
  561. </summary>
  562. </member>
  563. <member name="P:SuperSocket.Common.ConfigurationElementBase.Options">
  564. <summary>
  565. Gets the options.
  566. </summary>
  567. </member>
  568. <member name="P:SuperSocket.Common.ConfigurationElementBase.OptionElements">
  569. <summary>
  570. Gets the option elements.
  571. </summary>
  572. </member>
  573. <member name="T:SuperSocket.Common.ConfigurationExtension">
  574. <summary>
  575. Configuration extension class
  576. </summary>
  577. </member>
  578. <member name="M:SuperSocket.Common.ConfigurationExtension.GetValue(System.Collections.Specialized.NameValueCollection,System.String)">
  579. <summary>
  580. Gets the value from namevalue collection by key.
  581. </summary>
  582. <param name="collection">The collection.</param>
  583. <param name="key">The key.</param>
  584. <returns></returns>
  585. </member>
  586. <member name="M:SuperSocket.Common.ConfigurationExtension.GetValue(System.Collections.Specialized.NameValueCollection,System.String,System.String)">
  587. <summary>
  588. Gets the value from namevalue collection by key.
  589. </summary>
  590. <param name="collection">The collection.</param>
  591. <param name="key">The key.</param>
  592. <param name="defaultValue">The default value.</param>
  593. <returns></returns>
  594. </member>
  595. <member name="M:SuperSocket.Common.ConfigurationExtension.Deserialize``1(``0,System.Xml.XmlReader)">
  596. <summary>
  597. Deserializes the specified configuration section.
  598. </summary>
  599. <typeparam name="TElement">The type of the element.</typeparam>
  600. <param name="section">The section.</param>
  601. <param name="reader">The reader.</param>
  602. </member>
  603. <member name="M:SuperSocket.Common.ConfigurationExtension.GetChildConfig``1(System.Collections.Specialized.NameValueCollection,System.String)">
  604. <summary>
  605. Gets the child config.
  606. </summary>
  607. <typeparam name="TConfig">The type of the config.</typeparam>
  608. <param name="childElements">The child elements.</param>
  609. <param name="childConfigName">Name of the child config.</param>
  610. <returns></returns>
  611. </member>
  612. <member name="M:SuperSocket.Common.ConfigurationExtension.GetConfigSource(System.Configuration.ConfigurationElement)">
  613. <summary>
  614. Gets the config source path.
  615. </summary>
  616. <param name="config">The config.</param>
  617. <returns></returns>
  618. </member>
  619. <member name="M:SuperSocket.Common.ConfigurationExtension.LoadFrom(System.Configuration.ConfigurationElement,System.Object)">
  620. <summary>
  621. Loads configuration element's node information from a model.
  622. </summary>
  623. <param name="configElement">The config element.</param>
  624. <param name="source">The source.</param>
  625. <exception cref="T:System.Exception">Cannot find expected property 'Item' from the type 'ConfigurationElement'.</exception>
  626. </member>
  627. <member name="T:SuperSocket.Common.DictionaryExtension">
  628. <summary>
  629. Extension class for IDictionary
  630. </summary>
  631. </member>
  632. <member name="M:SuperSocket.Common.DictionaryExtension.GetValue``1(System.Collections.Generic.IDictionary{System.Object,System.Object},System.Object)">
  633. <summary>
  634. Gets the value by key.
  635. </summary>
  636. <typeparam name="T"></typeparam>
  637. <param name="dictionary">The dictionary.</param>
  638. <param name="key">The key.</param>
  639. <returns></returns>
  640. </member>
  641. <member name="M:SuperSocket.Common.DictionaryExtension.GetValue``1(System.Collections.Generic.IDictionary{System.Object,System.Object},System.Object,``0)">
  642. <summary>
  643. Gets the value by key and default value.
  644. </summary>
  645. <typeparam name="T"></typeparam>
  646. <param name="dictionary">The dictionary.</param>
  647. <param name="key">The key.</param>
  648. <param name="defaultValue">The default value.</param>
  649. <returns></returns>
  650. </member>
  651. <member name="T:SuperSocket.Common.ErrorEventArgs">
  652. <summary>
  653. EventArgs for error and exception
  654. </summary>
  655. </member>
  656. <member name="M:SuperSocket.Common.ErrorEventArgs.#ctor(System.String)">
  657. <summary>
  658. Initializes a new instance of the <see cref="T:SuperSocket.Common.ErrorEventArgs"/> class.
  659. </summary>
  660. <param name="message">The message.</param>
  661. </member>
  662. <member name="M:SuperSocket.Common.ErrorEventArgs.#ctor(System.Exception)">
  663. <summary>
  664. Initializes a new instance of the <see cref="T:SuperSocket.Common.ErrorEventArgs"/> class.
  665. </summary>
  666. <param name="exception">The exception.</param>
  667. </member>
  668. <member name="P:SuperSocket.Common.ErrorEventArgs.Exception">
  669. <summary>
  670. Gets the exception.
  671. </summary>
  672. </member>
  673. <member name="T:SuperSocket.Common.GenericConfigurationElementCollectionBase`2">
  674. <summary>
  675. GenericConfigurationElementCollectionBase
  676. </summary>
  677. <typeparam name="TConfigElement">The type of the config element.</typeparam>
  678. <typeparam name="TConfigInterface">The type of the config interface.</typeparam>
  679. </member>
  680. <member name="M:SuperSocket.Common.GenericConfigurationElementCollectionBase`2.CreateNewElement">
  681. <summary>
  682. When overridden in a derived class, creates a new <see cref="T:System.Configuration.ConfigurationElement"/>.
  683. </summary>
  684. <returns>
  685. A new <see cref="T:System.Configuration.ConfigurationElement"/>.
  686. </returns>
  687. </member>
  688. <member name="M:SuperSocket.Common.GenericConfigurationElementCollectionBase`2.GetElementKey(System.Configuration.ConfigurationElement)">
  689. <summary>
  690. Gets the element key for a specified configuration element when overridden in a derived class.
  691. </summary>
  692. <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"/> to return the key for.</param>
  693. <returns>
  694. An <see cref="T:System.Object"/> that acts as the key for the specified <see cref="T:System.Configuration.ConfigurationElement"/>.
  695. </returns>
  696. </member>
  697. <member name="M:SuperSocket.Common.GenericConfigurationElementCollectionBase`2.GetEnumerator">
  698. <summary>
  699. Returns an enumerator that iterates through the collection.
  700. </summary>
  701. <returns>
  702. A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
  703. </returns>
  704. </member>
  705. <member name="P:SuperSocket.Common.GenericConfigurationElementCollectionBase`2.Item(System.Int32)">
  706. <summary>
  707. Gets or sets a property, attribute, or child element of this configuration element.
  708. </summary>
  709. <returns>The specified property, attribute, or child element</returns>
  710. </member>
  711. <member name="T:SuperSocket.Common.GenericConfigurationElementCollection`2">
  712. <summary>
  713. GenericConfigurationElementCollection
  714. </summary>
  715. <typeparam name="TConfigElement">The type of the config element.</typeparam>
  716. <typeparam name="TConfigInterface">The type of the config interface.</typeparam>
  717. </member>
  718. <member name="M:SuperSocket.Common.GenericConfigurationElementCollection`2.GetElementKey(System.Configuration.ConfigurationElement)">
  719. <summary>
  720. Gets the element key.
  721. </summary>
  722. <param name="element">The element.</param>
  723. <returns></returns>
  724. </member>
  725. <member name="T:SuperSocket.Common.Platform">
  726. <summary>
  727. This class is designed for detect platform attribute in runtime
  728. </summary>
  729. </member>
  730. <member name="P:SuperSocket.Common.Platform.SupportSocketIOControlByCodeEnum">
  731. <summary>
  732. Gets a value indicating whether [support socket IO control by code enum].
  733. </summary>
  734. <value>
  735. <c>true</c> if [support socket IO control by code enum]; otherwise, <c>false</c>.
  736. </value>
  737. </member>
  738. <member name="P:SuperSocket.Common.Platform.IsMono">
  739. <summary>
  740. Gets a value indicating whether this instance is mono.
  741. </summary>
  742. <value>
  743. <c>true</c> if this instance is mono; otherwise, <c>false</c>.
  744. </value>
  745. </member>
  746. <member name="T:SuperSocket.Common.SearchMarkState`1">
  747. <summary>
  748. SearchMarkState
  749. </summary>
  750. <typeparam name="T"></typeparam>
  751. </member>
  752. <member name="M:SuperSocket.Common.SearchMarkState`1.#ctor(`0[])">
  753. <summary>
  754. Initializes a new instance of the <see cref="T:SuperSocket.Common.SearchMarkState`1"/> class.
  755. </summary>
  756. <param name="mark">The mark.</param>
  757. </member>
  758. <member name="P:SuperSocket.Common.SearchMarkState`1.Mark">
  759. <summary>
  760. Gets the mark.
  761. </summary>
  762. </member>
  763. <member name="P:SuperSocket.Common.SearchMarkState`1.Matched">
  764. <summary>
  765. Gets or sets whether matched already.
  766. </summary>
  767. <value>
  768. The matched.
  769. </value>
  770. </member>
  771. <member name="T:SuperSocket.Common.SendingQueue">
  772. <summary>
  773. SendingQueue
  774. </summary>
  775. </member>
  776. <member name="M:SuperSocket.Common.SendingQueue.#ctor(System.ArraySegment{System.Byte}[],System.Int32,System.Int32)">
  777. <summary>
  778. Initializes a new instance of the <see cref="T:SuperSocket.Common.SendingQueue"/> class.
  779. </summary>
  780. <param name="globalQueue">The global queue.</param>
  781. <param name="offset">The offset.</param>
  782. <param name="capacity">The capacity.</param>
  783. </member>
  784. <member name="M:SuperSocket.Common.SendingQueue.Enqueue(System.ArraySegment{System.Byte},System.UInt16)">
  785. <summary>
  786. Enqueues the specified item.
  787. </summary>
  788. <param name="item">The item.</param>
  789. <param name="trackID">The track ID.</param>
  790. <returns></returns>
  791. </member>
  792. <member name="M:SuperSocket.Common.SendingQueue.Enqueue(System.Collections.Generic.IList{System.ArraySegment{System.Byte}},System.UInt16)">
  793. <summary>
  794. Enqueues the specified items.
  795. </summary>
  796. <param name="items">The items.</param>
  797. <param name="trackID">The track ID.</param>
  798. <returns></returns>
  799. </member>
  800. <member name="M:SuperSocket.Common.SendingQueue.StopEnqueue">
  801. <summary>
  802. Stops the enqueue, and then wait all current excueting enqueu threads exit.
  803. </summary>
  804. </member>
  805. <member name="M:SuperSocket.Common.SendingQueue.StartEnqueue">
  806. <summary>
  807. Starts to allow enqueue.
  808. </summary>
  809. </member>
  810. <member name="M:SuperSocket.Common.SendingQueue.IndexOf(System.ArraySegment{System.Byte})">
  811. <summary>
  812. Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.
  813. </summary>
  814. <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
  815. <returns>
  816. The index of <paramref name="item"/> if found in the list; otherwise, -1.
  817. </returns>
  818. <exception cref="T:System.NotSupportedException"></exception>
  819. </member>
  820. <member name="M:SuperSocket.Common.SendingQueue.Insert(System.Int32,System.ArraySegment{System.Byte})">
  821. <summary>
  822. Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.
  823. </summary>
  824. <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
  825. <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
  826. <exception cref="T:System.NotSupportedException"></exception>
  827. </member>
  828. <member name="M:SuperSocket.Common.SendingQueue.RemoveAt(System.Int32)">
  829. <summary>
  830. Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.
  831. </summary>
  832. <param name="index">The zero-based index of the item to remove.</param>
  833. <exception cref="T:System.NotSupportedException"></exception>
  834. </member>
  835. <member name="M:SuperSocket.Common.SendingQueue.Add(System.ArraySegment{System.Byte})">
  836. <summary>
  837. Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
  838. </summary>
  839. <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
  840. <exception cref="T:System.NotSupportedException"></exception>
  841. </member>
  842. <member name="M:SuperSocket.Common.SendingQueue.Clear">
  843. <summary>
  844. Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
  845. </summary>
  846. <exception cref="T:System.NotSupportedException"></exception>
  847. </member>
  848. <member name="M:SuperSocket.Common.SendingQueue.Contains(System.ArraySegment{System.Byte})">
  849. <summary>
  850. Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.
  851. </summary>
  852. <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
  853. <returns>
  854. true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.
  855. </returns>
  856. <exception cref="T:System.NotSupportedException"></exception>
  857. </member>
  858. <member name="M:SuperSocket.Common.SendingQueue.CopyTo(System.ArraySegment{System.Byte}[],System.Int32)">
  859. <summary>
  860. Copies to.
  861. </summary>
  862. <param name="array">The array.</param>
  863. <param name="arrayIndex">Index of the array.</param>
  864. </member>
  865. <member name="M:SuperSocket.Common.SendingQueue.Remove(System.ArraySegment{System.Byte})">
  866. <summary>
  867. Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
  868. </summary>
  869. <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
  870. <returns>
  871. true if <paramref name="item"/> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. This method also returns false if <paramref name="item"/> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1"/>.
  872. </returns>
  873. <exception cref="T:System.NotSupportedException"></exception>
  874. </member>
  875. <member name="M:SuperSocket.Common.SendingQueue.GetEnumerator">
  876. <summary>
  877. Returns an enumerator that iterates through the collection.
  878. </summary>
  879. <returns>
  880. A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
  881. </returns>
  882. <exception cref="T:System.NotSupportedException"></exception>
  883. </member>
  884. <member name="M:SuperSocket.Common.SendingQueue.System#Collections#IEnumerable#GetEnumerator">
  885. <summary>
  886. Returns an enumerator that iterates through a collection.
  887. </summary>
  888. <returns>
  889. An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
  890. </returns>
  891. <exception cref="T:System.NotSupportedException"></exception>
  892. </member>
  893. <member name="M:SuperSocket.Common.SendingQueue.InternalTrim(System.Int32)">
  894. <summary>
  895. Trim the internal segments at the begining by the binary data size.
  896. </summary>
  897. <param name="offset">The binary data size should be trimed at the begining.</param>
  898. </member>
  899. <member name="P:SuperSocket.Common.SendingQueue.TrackID">
  900. <summary>
  901. Gets the track ID.
  902. </summary>
  903. <value>
  904. The track ID.
  905. </value>
  906. </member>
  907. <member name="P:SuperSocket.Common.SendingQueue.GlobalQueue">
  908. <summary>
  909. Gets the global queue.
  910. </summary>
  911. <value>
  912. The global queue.
  913. </value>
  914. </member>
  915. <member name="P:SuperSocket.Common.SendingQueue.Offset">
  916. <summary>
  917. Gets the offset.
  918. </summary>
  919. <value>
  920. The offset.
  921. </value>
  922. </member>
  923. <member name="P:SuperSocket.Common.SendingQueue.Capacity">
  924. <summary>
  925. Gets the capacity.
  926. </summary>
  927. <value>
  928. The capacity.
  929. </value>
  930. </member>
  931. <member name="P:SuperSocket.Common.SendingQueue.Count">
  932. <summary>
  933. Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.
  934. </summary>
  935. <returns>The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</returns>
  936. </member>
  937. <member name="P:SuperSocket.Common.SendingQueue.Position">
  938. <summary>
  939. Gets or sets the position.
  940. </summary>
  941. <value>
  942. The position.
  943. </value>
  944. </member>
  945. <member name="P:SuperSocket.Common.SendingQueue.Item(System.Int32)">
  946. <summary>
  947. Gets or sets the element at the specified index.
  948. </summary>
  949. <param name="index">The index.</param>
  950. <returns></returns>
  951. <exception cref="T:System.NotSupportedException"></exception>
  952. </member>
  953. <member name="P:SuperSocket.Common.SendingQueue.IsReadOnly">
  954. <summary>
  955. Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.
  956. </summary>
  957. <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, false.</returns>
  958. </member>
  959. <member name="T:SuperSocket.Common.SendingQueueSourceCreator">
  960. <summary>
  961. SendingQueueSourceCreator
  962. </summary>
  963. </member>
  964. <member name="T:SuperSocket.Common.ISmartPoolSourceCreator`1">
  965. <summary>
  966. ISmartPoolSourceCreator
  967. </summary>
  968. <typeparam name="T"></typeparam>
  969. </member>
  970. <member name="M:SuperSocket.Common.ISmartPoolSourceCreator`1.Create(System.Int32,`0[]@)">
  971. <summary>
  972. Creates the specified size.
  973. </summary>
  974. <param name="size">The size.</param>
  975. <param name="poolItems">The pool items.</param>
  976. <returns></returns>
  977. </member>
  978. <member name="M:SuperSocket.Common.SendingQueueSourceCreator.#ctor(System.Int32)">
  979. <summary>
  980. Initializes a new instance of the <see cref="T:SuperSocket.Common.SendingQueueSourceCreator"/> class.
  981. </summary>
  982. <param name="sendingQueueSize">Size of the sending queue.</param>
  983. </member>
  984. <member name="M:SuperSocket.Common.SendingQueueSourceCreator.Create(System.Int32,SuperSocket.Common.SendingQueue[]@)">
  985. <summary>
  986. Creates the specified size.
  987. </summary>
  988. <param name="size">The size.</param>
  989. <param name="poolItems">The pool items.</param>
  990. <returns></returns>
  991. </member>
  992. <member name="T:SuperSocket.Common.IPoolInfo">
  993. <summary>
  994. The pool information class
  995. </summary>
  996. </member>
  997. <member name="P:SuperSocket.Common.IPoolInfo.MinPoolSize">
  998. <summary>
  999. Gets the min size of the pool.
  1000. </summary>
  1001. <value>
  1002. The min size of the pool.
  1003. </value>
  1004. </member>
  1005. <member name="P:SuperSocket.Common.IPoolInfo.MaxPoolSize">
  1006. <summary>
  1007. Gets the max size of the pool.
  1008. </summary>
  1009. <value>
  1010. The max size of the pool.
  1011. </value>
  1012. </member>
  1013. <member name="P:SuperSocket.Common.IPoolInfo.AvialableItemsCount">
  1014. <summary>
  1015. Gets the avialable items count.
  1016. </summary>
  1017. <value>
  1018. The avialable items count.
  1019. </value>
  1020. </member>
  1021. <member name="P:SuperSocket.Common.IPoolInfo.TotalItemsCount">
  1022. <summary>
  1023. Gets the total items count, include items in the pool and outside the pool.
  1024. </summary>
  1025. <value>
  1026. The total items count.
  1027. </value>
  1028. </member>
  1029. <member name="T:SuperSocket.Common.ISmartPool`1">
  1030. <summary>
  1031. The basic interface of smart pool
  1032. </summary>
  1033. <typeparam name="T"></typeparam>
  1034. </member>
  1035. <member name="M:SuperSocket.Common.ISmartPool`1.Initialize(System.Int32,System.Int32,SuperSocket.Common.ISmartPoolSourceCreator{`0})">
  1036. <summary>
  1037. Initializes the specified min pool size.
  1038. </summary>
  1039. <param name="minPoolSize">The min size of the pool.</param>
  1040. <param name="maxPoolSize">The max size of the pool.</param>
  1041. <param name="sourceCreator">The source creator.</param>
  1042. <returns></returns>
  1043. </member>
  1044. <member name="M:SuperSocket.Common.ISmartPool`1.Push(`0)">
  1045. <summary>
  1046. Pushes the specified item into the pool.
  1047. </summary>
  1048. <param name="item">The item.</param>
  1049. </member>
  1050. <member name="M:SuperSocket.Common.ISmartPool`1.TryGet(`0@)">
  1051. <summary>
  1052. Tries to get one item from the pool.
  1053. </summary>
  1054. <param name="item">The item.</param>
  1055. <returns></returns>
  1056. </member>
  1057. <member name="T:SuperSocket.Common.ISmartPoolSource">
  1058. <summary>
  1059. ISmartPoolSource
  1060. </summary>
  1061. </member>
  1062. <member name="P:SuperSocket.Common.ISmartPoolSource.Count">
  1063. <summary>
  1064. Gets the count.
  1065. </summary>
  1066. <value>
  1067. The count.
  1068. </value>
  1069. </member>
  1070. <member name="T:SuperSocket.Common.SmartPoolSource">
  1071. <summary>
  1072. SmartPoolSource
  1073. </summary>
  1074. </member>
  1075. <member name="M:SuperSocket.Common.SmartPoolSource.#ctor(System.Object,System.Int32)">
  1076. <summary>
  1077. Initializes a new instance of the <see cref="T:SuperSocket.Common.SmartPoolSource"/> class.
  1078. </summary>
  1079. <param name="source">The source.</param>
  1080. <param name="itemsCount">The items count.</param>
  1081. </member>
  1082. <member name="P:SuperSocket.Common.SmartPoolSource.Source">
  1083. <summary>
  1084. Gets the source.
  1085. </summary>
  1086. <value>
  1087. The source.
  1088. </value>
  1089. </member>
  1090. <member name="P:SuperSocket.Common.SmartPoolSource.Count">
  1091. <summary>
  1092. Gets the count.
  1093. </summary>
  1094. <value>
  1095. The count.
  1096. </value>
  1097. </member>
  1098. <member name="T:SuperSocket.Common.SmartPool`1">
  1099. <summary>
  1100. The smart pool
  1101. </summary>
  1102. <typeparam name="T"></typeparam>
  1103. </member>
  1104. <member name="M:SuperSocket.Common.SmartPool`1.Initialize(System.Int32,System.Int32,SuperSocket.Common.ISmartPoolSourceCreator{`0})">
  1105. <summary>
  1106. Initializes the specified min and max pool size.
  1107. </summary>
  1108. <param name="minPoolSize">The min size of the pool.</param>
  1109. <param name="maxPoolSize">The max size of the pool.</param>
  1110. <param name="sourceCreator">The source creator.</param>
  1111. </member>
  1112. <member name="M:SuperSocket.Common.SmartPool`1.Push(`0)">
  1113. <summary>
  1114. Pushes the specified item into the pool.
  1115. </summary>
  1116. <param name="item">The item.</param>
  1117. </member>
  1118. <member name="M:SuperSocket.Common.SmartPool`1.TryGet(`0@)">
  1119. <summary>
  1120. Tries to get one item from the pool.
  1121. </summary>
  1122. <param name="item">The item.</param>
  1123. <returns></returns>
  1124. <exception cref="T:System.NotImplementedException"></exception>
  1125. </member>
  1126. <member name="P:SuperSocket.Common.SmartPool`1.MinPoolSize">
  1127. <summary>
  1128. Gets the size of the min pool.
  1129. </summary>
  1130. <value>
  1131. The size of the min pool.
  1132. </value>
  1133. </member>
  1134. <member name="P:SuperSocket.Common.SmartPool`1.MaxPoolSize">
  1135. <summary>
  1136. Gets the size of the max pool.
  1137. </summary>
  1138. <value>
  1139. The size of the max pool.
  1140. </value>
  1141. </member>
  1142. <member name="P:SuperSocket.Common.SmartPool`1.AvialableItemsCount">
  1143. <summary>
  1144. Gets the avialable items count.
  1145. </summary>
  1146. <value>
  1147. The avialable items count.
  1148. </value>
  1149. </member>
  1150. <member name="P:SuperSocket.Common.SmartPool`1.TotalItemsCount">
  1151. <summary>
  1152. Gets the total items count, include items in the pool and outside the pool.
  1153. </summary>
  1154. <value>
  1155. The total items count.
  1156. </value>
  1157. </member>
  1158. <member name="T:SuperSocket.Common.SocketEx">
  1159. <summary>
  1160. Socket extension class
  1161. </summary>
  1162. </member>
  1163. <member name="M:SuperSocket.Common.SocketEx.SafeClose(System.Net.Sockets.Socket)">
  1164. <summary>
  1165. Close the socket safely.
  1166. </summary>
  1167. <param name="socket">The socket.</param>
  1168. </member>
  1169. <member name="M:SuperSocket.Common.SocketEx.SendData(System.Net.Sockets.Socket,System.Byte[])">
  1170. <summary>
  1171. Sends the data.
  1172. </summary>
  1173. <param name="client">The client.</param>
  1174. <param name="data">The data.</param>
  1175. </member>
  1176. <member name="M:SuperSocket.Common.SocketEx.SendData(System.Net.Sockets.Socket,System.Byte[],System.Int32,System.Int32)">
  1177. <summary>
  1178. Sends the data.
  1179. </summary>
  1180. <param name="client">The client.</param>
  1181. <param name="data">The data.</param>
  1182. <param name="offset">The offset.</param>
  1183. <param name="length">The length.</param>
  1184. </member>
  1185. <member name="T:SuperSocket.Common.StringExtension">
  1186. <summary>
  1187. String extension class
  1188. </summary>
  1189. <summary>
  1190. String extension
  1191. </summary>
  1192. </member>
  1193. <member name="M:SuperSocket.Common.StringExtension.ToInt32(System.String)">
  1194. <summary>
  1195. Convert string to int32.
  1196. </summary>
  1197. <param name="source">The source.</param>
  1198. <returns></returns>
  1199. </member>
  1200. <member name="M:SuperSocket.Common.StringExtension.ToInt32(System.String,System.Int32)">
  1201. <summary>
  1202. Convert string to int32.
  1203. </summary>
  1204. <param name="source">The source.</param>
  1205. <param name="defaultValue">The default value.</param>
  1206. <returns></returns>
  1207. </member>
  1208. <member name="M:SuperSocket.Common.StringExtension.ToLong(System.String)">
  1209. <summary>
  1210. Convert string to long.
  1211. </summary>
  1212. <param name="source">The source.</param>
  1213. <returns></returns>
  1214. </member>
  1215. <member name="M:SuperSocket.Common.StringExtension.ToLong(System.String,System.Int64)">
  1216. <summary>
  1217. Convert string to long.
  1218. </summary>
  1219. <param name="source">The source.</param>
  1220. <param name="defaultValue">The default value.</param>
  1221. <returns></returns>
  1222. </member>
  1223. <member name="M:SuperSocket.Common.StringExtension.ToShort(System.String)">
  1224. <summary>
  1225. Convert string to short.
  1226. </summary>
  1227. <param name="source">The source.</param>
  1228. <returns></returns>
  1229. </member>
  1230. <member name="M:SuperSocket.Common.StringExtension.ToShort(System.String,System.Int16)">
  1231. <summary>
  1232. Convert string to short.
  1233. </summary>
  1234. <param name="source">The source.</param>
  1235. <param name="defaultValue">The default value.</param>
  1236. <returns></returns>
  1237. </member>
  1238. <member name="M:SuperSocket.Common.StringExtension.ToDecimal(System.String)">
  1239. <summary>
  1240. Convert string to decimal.
  1241. </summary>
  1242. <param name="source">The source.</param>
  1243. <returns></returns>
  1244. </member>
  1245. <member name="M:SuperSocket.Common.StringExtension.ToDecimal(System.String,System.Decimal)">
  1246. <summary>
  1247. Convert string to decimal.
  1248. </summary>
  1249. <param name="source">The source.</param>
  1250. <param name="defaultValue">The default value.</param>
  1251. <returns></returns>
  1252. </member>
  1253. <member name="M:SuperSocket.Common.StringExtension.ToDateTime(System.String)">
  1254. <summary>
  1255. Convert string to date time.
  1256. </summary>
  1257. <param name="source">The source.</param>
  1258. <returns></returns>
  1259. </member>
  1260. <member name="M:SuperSocket.Common.StringExtension.ToDateTime(System.String,System.DateTime)">
  1261. <summary>
  1262. Convert string to date time.
  1263. </summary>
  1264. <param name="source">The source.</param>
  1265. <param name="defaultValue">The default value.</param>
  1266. <returns></returns>
  1267. </member>
  1268. <member name="M:SuperSocket.Common.StringExtension.ToBoolean(System.String)">
  1269. <summary>
  1270. Convert string to boolean.
  1271. </summary>
  1272. <param name="source">The source.</param>
  1273. <returns></returns>
  1274. </member>
  1275. <member name="M:SuperSocket.Common.StringExtension.ToBoolean(System.String,System.Boolean)">
  1276. <summary>
  1277. Convert string tp boolean.
  1278. </summary>
  1279. <param name="source">The source.</param>
  1280. <param name="defaultValue">if set to <c>true</c> [default value].</param>
  1281. <returns></returns>
  1282. </member>
  1283. <member name="M:SuperSocket.Common.StringExtension.TryParseEnum``1(System.String,System.Boolean,``0@)">
  1284. <summary>
  1285. Tries parse string to enum.
  1286. </summary>
  1287. <typeparam name="T">the enum type</typeparam>
  1288. <param name="value">The value.</param>
  1289. <param name="ignoreCase">if set to <c>true</c> [ignore case].</param>
  1290. <param name="enumValue">The enum value.</param>
  1291. <returns></returns>
  1292. </member>
  1293. <member name="T:SuperSocket.Common.TheadPoolEx">
  1294. <summary>
  1295. Thread pool extension class
  1296. </summary>
  1297. </member>
  1298. <member name="M:SuperSocket.Common.TheadPoolEx.ResetThreadPool(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})">
  1299. <summary>
  1300. Resets the thread pool.
  1301. </summary>
  1302. <param name="maxWorkingThreads">The max working threads.</param>
  1303. <param name="maxCompletionPortThreads">The max completion port threads.</param>
  1304. <param name="minWorkingThreads">The min working threads.</param>
  1305. <param name="minCompletionPortThreads">The min completion port threads.</param>
  1306. <returns></returns>
  1307. </member>
  1308. </members>
  1309. </doc>