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

Commit 3e54e3c

Browse files
committed
Merge branch 'master' into beta
2 parents c9d4d28 + dc48e93 commit 3e54e3c

File tree

4 files changed

+76
-37
lines changed

4 files changed

+76
-37
lines changed

docs/api/StreamExtended.Network.CustomBufferedStream.html

+25
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,31 @@ <h5 class="propertyValue">Property Value</h5>
435435
</table>
436436

437437

438+
<a id="StreamExtended_Network_CustomBufferedStream_IsClosed_" data-uid="StreamExtended.Network.CustomBufferedStream.IsClosed*"></a>
439+
<h4 id="StreamExtended_Network_CustomBufferedStream_IsClosed" data-uid="StreamExtended.Network.CustomBufferedStream.IsClosed">IsClosed</h4>
440+
<div class="markdown level1 summary"></div>
441+
<div class="markdown level1 conceptual"></div>
442+
<h5 class="decalaration">Declaration</h5>
443+
<div class="codewrapper">
444+
<pre><code class="lang-csharp hljs">public bool IsClosed { get; }</code></pre>
445+
</div>
446+
<h5 class="propertyValue">Property Value</h5>
447+
<table class="table table-bordered table-striped table-condensed">
448+
<thead>
449+
<tr>
450+
<th>Type</th>
451+
<th>Description</th>
452+
</tr>
453+
</thead>
454+
<tbody>
455+
<tr>
456+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
457+
<td></td>
458+
</tr>
459+
</tbody>
460+
</table>
461+
462+
438463
<a id="StreamExtended_Network_CustomBufferedStream_Length_" data-uid="StreamExtended.Network.CustomBufferedStream.Length*"></a>
439464
<h4 id="StreamExtended_Network_CustomBufferedStream_Length" data-uid="StreamExtended.Network.CustomBufferedStream.Length">Length</h4>
440465
<div class="markdown level1 summary"><p>When overridden in a derived class, gets the length in bytes of the stream.</p>

0 commit comments

Comments
 (0)