Skip to content

Commit bd9d92b

Browse files
committed
update docs
1 parent 6de47e6 commit bd9d92b

16 files changed

+484
-220
lines changed

docs/api/LiteNetLib.ConnectionRequest.html

-27
Original file line numberDiff line numberDiff line change
@@ -136,33 +136,6 @@ <h5 class="fieldValue">Field Value</h5>
136136
</tr>
137137
</tbody>
138138
</table>
139-
<h3 id="properties">Properties
140-
</h3>
141-
142-
143-
<a id="LiteNetLib_ConnectionRequest_Type_" data-uid="LiteNetLib.ConnectionRequest.Type*"></a>
144-
<h4 id="LiteNetLib_ConnectionRequest_Type" data-uid="LiteNetLib.ConnectionRequest.Type">Type</h4>
145-
<div class="markdown level1 summary"></div>
146-
<div class="markdown level1 conceptual"></div>
147-
<h5 class="decalaration">Declaration</h5>
148-
<div class="codewrapper">
149-
<pre><code class="lang-csharp hljs">public ConnectionRequestType Type { get; }</code></pre>
150-
</div>
151-
<h5 class="propertyValue">Property Value</h5>
152-
<table class="table table-bordered table-striped table-condensed">
153-
<thead>
154-
<tr>
155-
<th>Type</th>
156-
<th>Description</th>
157-
</tr>
158-
</thead>
159-
<tbody>
160-
<tr>
161-
<td><a class="xref" href="LiteNetLib.ConnectionRequestType.html">ConnectionRequestType</a></td>
162-
<td></td>
163-
</tr>
164-
</tbody>
165-
</table>
166139
<h3 id="methods">Methods
167140
</h3>
168141

docs/api/LiteNetLib.DisconnectReason.html

+4
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ <h3 id="fields">Fields
116116
<td id="LiteNetLib_DisconnectReason_NetworkUnreachable">NetworkUnreachable</td>
117117
<td></td>
118118
</tr>
119+
<tr>
120+
<td id="LiteNetLib_DisconnectReason_PeerToPeerConnection">PeerToPeerConnection</td>
121+
<td></td>
122+
</tr>
119123
<tr>
120124
<td id="LiteNetLib_DisconnectReason_Reconnect">Reconnect</td>
121125
<td></td>

docs/api/LiteNetLib.EventBasedNatPunchListener.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,12 @@ <h5 class="parameters">Parameters</h5>
182182

183183

184184
<a id="LiteNetLib_EventBasedNatPunchListener_LiteNetLib_INatPunchListener_OnNatIntroductionSuccess_" data-uid="LiteNetLib.EventBasedNatPunchListener.LiteNetLib#INatPunchListener#OnNatIntroductionSuccess*"></a>
185-
<h4 id="LiteNetLib_EventBasedNatPunchListener_LiteNetLib_INatPunchListener_OnNatIntroductionSuccess_System_Net_IPEndPoint_System_String_" data-uid="LiteNetLib.EventBasedNatPunchListener.LiteNetLib#INatPunchListener#OnNatIntroductionSuccess(System.Net.IPEndPoint,System.String)">INatPunchListener.OnNatIntroductionSuccess(IPEndPoint, String)</h4>
185+
<h4 id="LiteNetLib_EventBasedNatPunchListener_LiteNetLib_INatPunchListener_OnNatIntroductionSuccess_System_Net_IPEndPoint_LiteNetLib_NatAddressType_System_String_" data-uid="LiteNetLib.EventBasedNatPunchListener.LiteNetLib#INatPunchListener#OnNatIntroductionSuccess(System.Net.IPEndPoint,LiteNetLib.NatAddressType,System.String)">INatPunchListener.OnNatIntroductionSuccess(IPEndPoint, NatAddressType, String)</h4>
186186
<div class="markdown level1 summary"></div>
187187
<div class="markdown level1 conceptual"></div>
188188
<h5 class="decalaration">Declaration</h5>
189189
<div class="codewrapper">
190-
<pre><code class="lang-csharp hljs">void INatPunchListener.OnNatIntroductionSuccess(IPEndPoint targetEndPoint, string token)</code></pre>
190+
<pre><code class="lang-csharp hljs">void INatPunchListener.OnNatIntroductionSuccess(IPEndPoint targetEndPoint, NatAddressType type, string token)</code></pre>
191191
</div>
192192
<h5 class="parameters">Parameters</h5>
193193
<table class="table table-bordered table-striped table-condensed">
@@ -204,6 +204,11 @@ <h5 class="parameters">Parameters</h5>
204204
<td><span class="parametername">targetEndPoint</span></td>
205205
<td></td>
206206
</tr>
207+
<tr>
208+
<td><a class="xref" href="LiteNetLib.NatAddressType.html">NatAddressType</a></td>
209+
<td><span class="parametername">type</span></td>
210+
<td></td>
211+
</tr>
207212
<tr>
208213
<td><span class="xref">System.String</span></td>
209214
<td><span class="parametername">token</span></td>

docs/api/LiteNetLib.INatPunchListener.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ <h5 class="parameters">Parameters</h5>
123123

124124

125125
<a id="LiteNetLib_INatPunchListener_OnNatIntroductionSuccess_" data-uid="LiteNetLib.INatPunchListener.OnNatIntroductionSuccess*"></a>
126-
<h4 id="LiteNetLib_INatPunchListener_OnNatIntroductionSuccess_System_Net_IPEndPoint_System_String_" data-uid="LiteNetLib.INatPunchListener.OnNatIntroductionSuccess(System.Net.IPEndPoint,System.String)">OnNatIntroductionSuccess(IPEndPoint, String)</h4>
126+
<h4 id="LiteNetLib_INatPunchListener_OnNatIntroductionSuccess_System_Net_IPEndPoint_LiteNetLib_NatAddressType_System_String_" data-uid="LiteNetLib.INatPunchListener.OnNatIntroductionSuccess(System.Net.IPEndPoint,LiteNetLib.NatAddressType,System.String)">OnNatIntroductionSuccess(IPEndPoint, NatAddressType, String)</h4>
127127
<div class="markdown level1 summary"></div>
128128
<div class="markdown level1 conceptual"></div>
129129
<h5 class="decalaration">Declaration</h5>
130130
<div class="codewrapper">
131-
<pre><code class="lang-csharp hljs">void OnNatIntroductionSuccess(IPEndPoint targetEndPoint, string token)</code></pre>
131+
<pre><code class="lang-csharp hljs">void OnNatIntroductionSuccess(IPEndPoint targetEndPoint, NatAddressType type, string token)</code></pre>
132132
</div>
133133
<h5 class="parameters">Parameters</h5>
134134
<table class="table table-bordered table-striped table-condensed">
@@ -145,6 +145,11 @@ <h5 class="parameters">Parameters</h5>
145145
<td><span class="parametername">targetEndPoint</span></td>
146146
<td></td>
147147
</tr>
148+
<tr>
149+
<td><a class="xref" href="LiteNetLib.NatAddressType.html">NatAddressType</a></td>
150+
<td><span class="parametername">type</span></td>
151+
<td></td>
152+
</tr>
148153
<tr>
149154
<td><span class="xref">System.String</span></td>
150155
<td><span class="parametername">token</span></td>

docs/api/LiteNetLib.IPv6Mode.html

+143
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
<!DOCTYPE html>
2+
<!--[if IE]><![endif]-->
3+
<html>
4+
5+
<head>
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<title>Enum IPv6Mode
9+
</title>
10+
<meta name="viewport" content="width=device-width">
11+
<meta name="title" content="Enum IPv6Mode
12+
">
13+
<meta name="generator" content="docfx 2.53.1.0">
14+
15+
<link rel="shortcut icon" href="../favicon.ico">
16+
<link rel="stylesheet" href="../styles/docfx.vendor.css">
17+
<link rel="stylesheet" href="../styles/docfx.css">
18+
<link rel="stylesheet" href="../styles/main.css">
19+
<meta property="docfx:navrel" content="../toc.html">
20+
<meta property="docfx:tocrel" content="toc.html">
21+
22+
23+
24+
</head>
25+
<body data-spy="scroll" data-target="#affix" data-offset="120">
26+
<div id="wrapper">
27+
<header>
28+
29+
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
30+
<div class="container">
31+
<div class="navbar-header">
32+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
33+
<span class="sr-only">Toggle navigation</span>
34+
<span class="icon-bar"></span>
35+
<span class="icon-bar"></span>
36+
<span class="icon-bar"></span>
37+
</button>
38+
39+
<a class="navbar-brand" href="../index.html">
40+
<img id="logo" class="svg" src="../logo.svg" alt="">
41+
</a>
42+
</div>
43+
<div class="collapse navbar-collapse" id="navbar">
44+
<form class="navbar-form navbar-right" role="search" id="search">
45+
<div class="form-group">
46+
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
47+
</div>
48+
</form>
49+
</div>
50+
</div>
51+
</nav>
52+
53+
<div class="subnav navbar navbar-default">
54+
<div class="container hide-when-search" id="breadcrumb">
55+
<ul class="breadcrumb">
56+
<li></li>
57+
</ul>
58+
</div>
59+
</div>
60+
</header>
61+
<div role="main" class="container body-content hide-when-search">
62+
63+
<div class="sidenav hide-when-search">
64+
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
65+
<div class="sidetoggle collapse" id="sidetoggle">
66+
<div id="sidetoc"></div>
67+
</div>
68+
</div>
69+
<div class="article row grid-right">
70+
<div class="col-md-10">
71+
<article class="content wrap" id="_content" data-uid="LiteNetLib.IPv6Mode">
72+
73+
74+
<h1 id="LiteNetLib_IPv6Mode" data-uid="LiteNetLib.IPv6Mode" class="text-break">Enum IPv6Mode
75+
</h1>
76+
<div class="markdown level0 summary"></div>
77+
<div class="markdown level0 conceptual"></div>
78+
<h6><strong>Namespace</strong>: <a class="xref" href="LiteNetLib.html">LiteNetLib</a></h6>
79+
<h6><strong>Assembly</strong>: LiteNetLib.dll</h6>
80+
<h5 id="LiteNetLib_IPv6Mode_syntax">Syntax</h5>
81+
<div class="codewrapper">
82+
<pre><code class="lang-csharp hljs">public enum IPv6Mode</code></pre>
83+
</div>
84+
<h3 id="fields">Fields
85+
</h3>
86+
<table class="table table-bordered table-striped table-condensed">
87+
<thead>
88+
<tr>
89+
<th>Name</th>
90+
<th>Description</th>
91+
</tr>
92+
<thead>
93+
<tbody>
94+
<tr>
95+
<td id="LiteNetLib_IPv6Mode_Disabled">Disabled</td>
96+
<td></td>
97+
</tr>
98+
<tr>
99+
<td id="LiteNetLib_IPv6Mode_DualMode">DualMode</td>
100+
<td></td>
101+
</tr>
102+
<tr>
103+
<td id="LiteNetLib_IPv6Mode_SeparateSocket">SeparateSocket</td>
104+
<td></td>
105+
</tr>
106+
</tbody>
107+
</thead></thead></table>
108+
</article>
109+
</div>
110+
111+
<div class="hidden-sm col-md-2" role="complementary">
112+
<div class="sideaffix">
113+
<div class="contribution">
114+
<ul class="nav">
115+
</ul>
116+
</div>
117+
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
118+
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
119+
</nav>
120+
</div>
121+
</div>
122+
</div>
123+
</div>
124+
125+
<footer>
126+
<div class="grad-bottom"></div>
127+
<div class="footer">
128+
<div class="container">
129+
<span class="pull-right">
130+
<a href="#top">Back to top</a>
131+
</span>
132+
133+
<span>Generated by <strong>DocFX</strong></span>
134+
</div>
135+
</div>
136+
</footer>
137+
</div>
138+
139+
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
140+
<script type="text/javascript" src="../styles/docfx.js"></script>
141+
<script type="text/javascript" src="../styles/main.js"></script>
142+
</body>
143+
</html>

docs/api/LiteNetLib.InvalidPacketException.html

-42
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,6 @@ <h3 id="constructors">Constructors
141141
</h3>
142142

143143

144-
<a id="LiteNetLib_InvalidPacketException__ctor_" data-uid="LiteNetLib.InvalidPacketException.#ctor*"></a>
145-
<h4 id="LiteNetLib_InvalidPacketException__ctor" data-uid="LiteNetLib.InvalidPacketException.#ctor">InvalidPacketException()</h4>
146-
<div class="markdown level1 summary"></div>
147-
<div class="markdown level1 conceptual"></div>
148-
<h5 class="decalaration">Declaration</h5>
149-
<div class="codewrapper">
150-
<pre><code class="lang-csharp hljs">public InvalidPacketException()</code></pre>
151-
</div>
152-
153-
154144
<a id="LiteNetLib_InvalidPacketException__ctor_" data-uid="LiteNetLib.InvalidPacketException.#ctor*"></a>
155145
<h4 id="LiteNetLib_InvalidPacketException__ctor_System_String_" data-uid="LiteNetLib.InvalidPacketException.#ctor(System.String)">InvalidPacketException(String)</h4>
156146
<div class="markdown level1 summary"></div>
@@ -176,38 +166,6 @@ <h5 class="parameters">Parameters</h5>
176166
</tr>
177167
</tbody>
178168
</table>
179-
180-
181-
<a id="LiteNetLib_InvalidPacketException__ctor_" data-uid="LiteNetLib.InvalidPacketException.#ctor*"></a>
182-
<h4 id="LiteNetLib_InvalidPacketException__ctor_System_String_System_Exception_" data-uid="LiteNetLib.InvalidPacketException.#ctor(System.String,System.Exception)">InvalidPacketException(String, Exception)</h4>
183-
<div class="markdown level1 summary"></div>
184-
<div class="markdown level1 conceptual"></div>
185-
<h5 class="decalaration">Declaration</h5>
186-
<div class="codewrapper">
187-
<pre><code class="lang-csharp hljs">public InvalidPacketException(string message, Exception innerException)</code></pre>
188-
</div>
189-
<h5 class="parameters">Parameters</h5>
190-
<table class="table table-bordered table-striped table-condensed">
191-
<thead>
192-
<tr>
193-
<th>Type</th>
194-
<th>Name</th>
195-
<th>Description</th>
196-
</tr>
197-
</thead>
198-
<tbody>
199-
<tr>
200-
<td><span class="xref">System.String</span></td>
201-
<td><span class="parametername">message</span></td>
202-
<td></td>
203-
</tr>
204-
<tr>
205-
<td><span class="xref">System.Exception</span></td>
206-
<td><span class="parametername">innerException</span></td>
207-
<td></td>
208-
</tr>
209-
</tbody>
210-
</table>
211169
<h3 id="implements">Implements</h3>
212170
<div>
213171
<span class="xref">System.Runtime.InteropServices._Exception</span>

0 commit comments

Comments
 (0)