Skip to content

Commit 8d9cb83

Browse files
committed
upd docs
1 parent 8bbcedb commit 8d9cb83

File tree

69 files changed

+1425
-1413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1425
-1413
lines changed

docs/api/LiteNetLib.ConnectionRequest.html

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,12 @@ <h5 class="parameters">Parameters</h5>
250250

251251

252252
<a id="LiteNetLib_ConnectionRequest_Reject_" data-uid="LiteNetLib.ConnectionRequest.Reject*"></a>
253-
<h4 id="LiteNetLib_ConnectionRequest_Reject_System_Byte___System_Int32_System_Int32_System_Boolean_" data-uid="LiteNetLib.ConnectionRequest.Reject(System.Byte[],System.Int32,System.Int32,System.Boolean)">Reject(byte[], int, int, bool)</h4>
253+
<h4 id="LiteNetLib_ConnectionRequest_Reject_System_Byte___" data-uid="LiteNetLib.ConnectionRequest.Reject(System.Byte[])">Reject(byte[])</h4>
254254
<div class="markdown level1 summary"></div>
255255
<div class="markdown level1 conceptual"></div>
256256
<h5 class="declaration">Declaration</h5>
257257
<div class="codewrapper">
258-
<pre><code class="lang-csharp hljs">public void Reject(byte[] rejectData, int start, int length, bool force)</code></pre>
258+
<pre><code class="lang-csharp hljs">public void Reject(byte[] rejectData)</code></pre>
259259
</div>
260260
<h5 class="parameters">Parameters</h5>
261261
<table class="table table-bordered table-condensed">
@@ -272,21 +272,6 @@ <h5 class="parameters">Parameters</h5>
272272
<td><span class="parametername">rejectData</span></td>
273273
<td></td>
274274
</tr>
275-
<tr>
276-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
277-
<td><span class="parametername">start</span></td>
278-
<td></td>
279-
</tr>
280-
<tr>
281-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
282-
<td><span class="parametername">length</span></td>
283-
<td></td>
284-
</tr>
285-
<tr>
286-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
287-
<td><span class="parametername">force</span></td>
288-
<td></td>
289-
</tr>
290275
</tbody>
291276
</table>
292277

@@ -329,12 +314,12 @@ <h5 class="parameters">Parameters</h5>
329314

330315

331316
<a id="LiteNetLib_ConnectionRequest_Reject_" data-uid="LiteNetLib.ConnectionRequest.Reject*"></a>
332-
<h4 id="LiteNetLib_ConnectionRequest_Reject_System_Byte___" data-uid="LiteNetLib.ConnectionRequest.Reject(System.Byte[])">Reject(byte[])</h4>
317+
<h4 id="LiteNetLib_ConnectionRequest_Reject_System_Byte___System_Int32_System_Int32_System_Boolean_" data-uid="LiteNetLib.ConnectionRequest.Reject(System.Byte[],System.Int32,System.Int32,System.Boolean)">Reject(byte[], int, int, bool)</h4>
333318
<div class="markdown level1 summary"></div>
334319
<div class="markdown level1 conceptual"></div>
335320
<h5 class="declaration">Declaration</h5>
336321
<div class="codewrapper">
337-
<pre><code class="lang-csharp hljs">public void Reject(byte[] rejectData)</code></pre>
322+
<pre><code class="lang-csharp hljs">public void Reject(byte[] rejectData, int start, int length, bool force)</code></pre>
338323
</div>
339324
<h5 class="parameters">Parameters</h5>
340325
<table class="table table-bordered table-condensed">
@@ -351,6 +336,21 @@ <h5 class="parameters">Parameters</h5>
351336
<td><span class="parametername">rejectData</span></td>
352337
<td></td>
353338
</tr>
339+
<tr>
340+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
341+
<td><span class="parametername">start</span></td>
342+
<td></td>
343+
</tr>
344+
<tr>
345+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
346+
<td><span class="parametername">length</span></td>
347+
<td></td>
348+
</tr>
349+
<tr>
350+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
351+
<td><span class="parametername">force</span></td>
352+
<td></td>
353+
</tr>
354354
</tbody>
355355
</table>
356356

@@ -393,12 +393,12 @@ <h5 class="parameters">Parameters</h5>
393393

394394

395395
<a id="LiteNetLib_ConnectionRequest_RejectForce_" data-uid="LiteNetLib.ConnectionRequest.RejectForce*"></a>
396-
<h4 id="LiteNetLib_ConnectionRequest_RejectForce_System_Byte___System_Int32_System_Int32_" data-uid="LiteNetLib.ConnectionRequest.RejectForce(System.Byte[],System.Int32,System.Int32)">RejectForce(byte[], int, int)</h4>
396+
<h4 id="LiteNetLib_ConnectionRequest_RejectForce_System_Byte___" data-uid="LiteNetLib.ConnectionRequest.RejectForce(System.Byte[])">RejectForce(byte[])</h4>
397397
<div class="markdown level1 summary"></div>
398398
<div class="markdown level1 conceptual"></div>
399399
<h5 class="declaration">Declaration</h5>
400400
<div class="codewrapper">
401-
<pre><code class="lang-csharp hljs">public void RejectForce(byte[] rejectData, int start, int length)</code></pre>
401+
<pre><code class="lang-csharp hljs">public void RejectForce(byte[] rejectData)</code></pre>
402402
</div>
403403
<h5 class="parameters">Parameters</h5>
404404
<table class="table table-bordered table-condensed">
@@ -415,27 +415,17 @@ <h5 class="parameters">Parameters</h5>
415415
<td><span class="parametername">rejectData</span></td>
416416
<td></td>
417417
</tr>
418-
<tr>
419-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
420-
<td><span class="parametername">start</span></td>
421-
<td></td>
422-
</tr>
423-
<tr>
424-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
425-
<td><span class="parametername">length</span></td>
426-
<td></td>
427-
</tr>
428418
</tbody>
429419
</table>
430420

431421

432422
<a id="LiteNetLib_ConnectionRequest_RejectForce_" data-uid="LiteNetLib.ConnectionRequest.RejectForce*"></a>
433-
<h4 id="LiteNetLib_ConnectionRequest_RejectForce_System_Byte___" data-uid="LiteNetLib.ConnectionRequest.RejectForce(System.Byte[])">RejectForce(byte[])</h4>
423+
<h4 id="LiteNetLib_ConnectionRequest_RejectForce_System_Byte___System_Int32_System_Int32_" data-uid="LiteNetLib.ConnectionRequest.RejectForce(System.Byte[],System.Int32,System.Int32)">RejectForce(byte[], int, int)</h4>
434424
<div class="markdown level1 summary"></div>
435425
<div class="markdown level1 conceptual"></div>
436426
<h5 class="declaration">Declaration</h5>
437427
<div class="codewrapper">
438-
<pre><code class="lang-csharp hljs">public void RejectForce(byte[] rejectData)</code></pre>
428+
<pre><code class="lang-csharp hljs">public void RejectForce(byte[] rejectData, int start, int length)</code></pre>
439429
</div>
440430
<h5 class="parameters">Parameters</h5>
441431
<table class="table table-bordered table-condensed">
@@ -452,6 +442,16 @@ <h5 class="parameters">Parameters</h5>
452442
<td><span class="parametername">rejectData</span></td>
453443
<td></td>
454444
</tr>
445+
<tr>
446+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
447+
<td><span class="parametername">start</span></td>
448+
<td></td>
449+
</tr>
450+
<tr>
451+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
452+
<td><span class="parametername">length</span></td>
453+
<td></td>
454+
</tr>
455455
</tbody>
456456
</table>
457457

@@ -465,7 +465,7 @@ <h5 class="parameters">Parameters</h5>
465465
</ul>
466466
</div>
467467
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
468-
<h5>In This Article</h5>
468+
<h5>In this article</h5>
469469
<div></div>
470470
</nav>
471471
</div>

docs/api/LiteNetLib.ConnectionState.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3 id="fields">Fields
130130
</ul>
131131
</div>
132132
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
133-
<h5>In This Article</h5>
133+
<h5>In this article</h5>
134134
<div></div>
135135
</nav>
136136
</div>

docs/api/LiteNetLib.DeliveryMethod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3 id="fields">Fields
131131
</ul>
132132
</div>
133133
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
134-
<h5>In This Article</h5>
134+
<h5>In this article</h5>
135135
<div></div>
136136
</nav>
137137
</div>

docs/api/LiteNetLib.DisconnectInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h5 class="fieldValue">Field Value</h5>
170170
</ul>
171171
</div>
172172
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
173-
<h5>In This Article</h5>
173+
<h5>In this article</h5>
174174
<div></div>
175175
</nav>
176176
</div>

docs/api/LiteNetLib.DisconnectReason.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3 id="fields">Fields
153153
</ul>
154154
</div>
155155
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
156-
<h5>In This Article</h5>
156+
<h5>In this article</h5>
157157
<div></div>
158158
</nav>
159159
</div>

docs/api/LiteNetLib.EventBasedNatPunchListener.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h3 id="implements">Implements</h3>
155155
</ul>
156156
</div>
157157
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
158-
<h5>In This Article</h5>
158+
<h5>In this article</h5>
159159
<div></div>
160160
</nav>
161161
</div>

docs/api/LiteNetLib.EventBasedNetListener.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ <h3 id="implements">Implements</h3>
461461
</ul>
462462
</div>
463463
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
464-
<h5>In This Article</h5>
464+
<h5>In this article</h5>
465465
<div></div>
466466
</nav>
467467
</div>

docs/api/LiteNetLib.IDeliveryEventListener.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h5 class="parameters">Parameters</h5>
127127
</ul>
128128
</div>
129129
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
130-
<h5>In This Article</h5>
130+
<h5>In this article</h5>
131131
<div></div>
132132
</nav>
133133
</div>

docs/api/LiteNetLib.INatPunchListener.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h5 class="parameters">Parameters</h5>
168168
</ul>
169169
</div>
170170
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
171-
<h5>In This Article</h5>
171+
<h5>In this article</h5>
172172
<div></div>
173173
</nav>
174174
</div>

docs/api/LiteNetLib.INetEventListener.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h5 class="parameters">Parameters</h5>
345345
</ul>
346346
</div>
347347
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
348-
<h5>In This Article</h5>
348+
<h5>In this article</h5>
349349
<div></div>
350350
</nav>
351351
</div>

0 commit comments

Comments
 (0)