Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit edcaa90

Browse files
Merge pull request #40 from justcoding121/master
Extension null check
2 parents 0cb5ddd + aa10105 commit edcaa90

19 files changed

Lines changed: 141 additions & 124 deletions

docs/api/StreamExtended.ClientHelloInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class ClientHelloInfo
1212
| Stream Extended ">
13-
<meta name="generator" content="docfx 2.35.4.0">
13+
<meta name="generator" content="docfx 2.39.2.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/StreamExtended.DefaultBufferPool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class DefaultBufferPool
1212
| Stream Extended ">
13-
<meta name="generator" content="docfx 2.35.4.0">
13+
<meta name="generator" content="docfx 2.39.2.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/StreamExtended.IBufferPool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Interface IBufferPool
1212
| Stream Extended ">
13-
<meta name="generator" content="docfx 2.35.4.0">
13+
<meta name="generator" content="docfx 2.39.2.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/StreamExtended.Models.SslExtension.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class SslExtension
1212
| Stream Extended ">
13-
<meta name="generator" content="docfx 2.35.4.0">
13+
<meta name="generator" content="docfx 2.39.2.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/StreamExtended.Models.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Namespace StreamExtended.Models
1212
| Stream Extended ">
13-
<meta name="generator" content="docfx 2.35.4.0">
13+
<meta name="generator" content="docfx 2.39.2.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/StreamExtended.Network.CopyStream.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class CopyStream
1212
| Stream Extended ">
13-
<meta name="generator" content="docfx 2.35.4.0">
13+
<meta name="generator" content="docfx 2.39.2.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/StreamExtended.Network.CustomBufferedStream.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class CustomBufferedStream
1212
| Stream Extended ">
13-
<meta name="generator" content="docfx 2.35.4.0">
13+
<meta name="generator" content="docfx 2.39.2.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -583,7 +583,7 @@ <h5 class="parameters">Parameters</h5>
583583
<tr>
584584
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></td>
585585
<td><span class="parametername">cancellationToken</span></td>
586-
<td><p>The token to monitor for cancellation requests. The default value is <span class="xref">System.Threading.CancellationToken.None</span>.</p>
586+
<td><p>The token to monitor for cancellation requests. The default value is <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken.none#System_Threading_CancellationToken_None">None</a>.</p>
587587
</td>
588588
</tr>
589589
</tbody>
@@ -744,7 +744,7 @@ <h5 class="parameters">Parameters</h5>
744744
<tr>
745745
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></td>
746746
<td><span class="parametername">cancellationToken</span></td>
747-
<td><p>The token to monitor for cancellation requests. The default value is <span class="xref">System.Threading.CancellationToken.None</span>.</p>
747+
<td><p>The token to monitor for cancellation requests. The default value is <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken.none#System_Threading_CancellationToken_None">None</a>.</p>
748748
</td>
749749
</tr>
750750
</tbody>
@@ -945,7 +945,7 @@ <h5 class="exceptions">Exceptions</h5>
945945
</thead>
946946
<tbody>
947947
<tr>
948-
<td><span class="xref">System.Exception</span></td>
948+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception">Exception</a></td>
949949
<td><p>Index is out of buffer size</p>
950950
</td>
951951
</tr>
@@ -1099,7 +1099,7 @@ <h5 class="parameters">Parameters</h5>
10991099
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></td>
11001100
<td><span class="parametername">cancellationToken</span></td>
11011101
<td><p>The token to monitor for cancellation requests.
1102-
The default value is <span class="xref">System.Threading.CancellationToken.None</span>.</p>
1102+
The default value is <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken.none#System_Threading_CancellationToken_None">None</a>.</p>
11031103
</td>
11041104
</tr>
11051105
</tbody>
@@ -1193,7 +1193,7 @@ <h5 class="exceptions">Exceptions</h5>
11931193
</thead>
11941194
<tbody>
11951195
<tr>
1196-
<td><span class="xref">System.Exception</span></td>
1196+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception">Exception</a></td>
11971197
<td><p>Buffer is empty</p>
11981198
</td>
11991199
</tr>
@@ -1411,7 +1411,7 @@ <h5 class="parameters">Parameters</h5>
14111411
<tr>
14121412
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></td>
14131413
<td><span class="parametername">cancellationToken</span></td>
1414-
<td><p>The token to monitor for cancellation requests. The default value is <span class="xref">System.Threading.CancellationToken.None</span>.</p>
1414+
<td><p>The token to monitor for cancellation requests. The default value is <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken.none#System_Threading_CancellationToken_None">None</a>.</p>
14151415
</td>
14161416
</tr>
14171417
</tbody>

docs/api/StreamExtended.Network.DataEventArgs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class DataEventArgs
1212
| Stream Extended ">
13-
<meta name="generator" content="docfx 2.35.4.0">
13+
<meta name="generator" content="docfx 2.39.2.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

docs/api/StreamExtended.Network.ICustomStreamReader.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Interface ICustomStreamReader
1212
| Stream Extended ">
13-
<meta name="generator" content="docfx 2.35.4.0">
13+
<meta name="generator" content="docfx 2.39.2.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -318,7 +318,7 @@ <h5 class="exceptions">Exceptions</h5>
318318
</thead>
319319
<tbody>
320320
<tr>
321-
<td><span class="xref">System.Exception</span></td>
321+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception">Exception</a></td>
322322
<td><p>Index is out of buffer size</p>
323323
</td>
324324
</tr>

docs/api/StreamExtended.Network.ICustomStreamWriter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Interface ICustomStreamWriter
1212
| Stream Extended ">
13-
<meta name="generator" content="docfx 2.35.4.0">
13+
<meta name="generator" content="docfx 2.39.2.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">

0 commit comments

Comments
 (0)