Skip to content

Commit

Permalink
deploy: 4c72b41
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Oct 30, 2023
1 parent fae7af0 commit 2c0a52d
Show file tree
Hide file tree
Showing 47 changed files with 2,952 additions and 4,694 deletions.
58 changes: 5 additions & 53 deletions api/MagicOnion.Client.StreamingHubClientBase-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h4>Constructors
<tbody>
<tr>
<td>
<a class="xref" href="MagicOnion.Client.StreamingHubClientBase-2.html#MagicOnion_Client_StreamingHubClientBase_2__ctor_CallInvoker_System_Nullable_System_String__CallOptions_MagicOnion_Serialization_IMagicOnionSerializerProvider_MagicOnion_Client_IMagicOnionClientLogger_">StreamingHubClientBase(CallInvoker, Nullable&lt;String&gt;, CallOptions, IMagicOnionSerializerProvider, IMagicOnionClientLogger)</a>
<a class="xref" href="MagicOnion.Client.StreamingHubClientBase-2.html#MagicOnion_Client_StreamingHubClientBase_2__ctor_System_String_CallInvoker_System_Nullable_System_String__CallOptions_MagicOnion_Serialization_IMagicOnionSerializerProvider_MagicOnion_Client_IMagicOnionClientLogger_">StreamingHubClientBase(String, CallInvoker, Nullable&lt;String&gt;, CallOptions, IMagicOnionSerializerProvider, IMagicOnionClientLogger)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
Expand Down Expand Up @@ -149,24 +149,6 @@ <h4>Fields
</tr>
</tbody>
</table>
<h4>Properties
</h4>
<table class="table table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a class="xref" href="MagicOnion.Client.StreamingHubClientBase-2.html#MagicOnion_Client_StreamingHubClientBase_2_DuplexStreamingAsyncMethod">DuplexStreamingAsyncMethod</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
</tbody>
</table>
<h4>Methods
</h4>
<table class="table table-condensed">
Expand Down Expand Up @@ -244,17 +226,19 @@ <h3 id="constructors">Constructors
</h3>
<section>
<a id="MagicOnion_Client_StreamingHubClientBase_2__ctor_" data-uid="MagicOnion.Client.StreamingHubClientBase`2.#ctor*"></a>
<h4 id="MagicOnion_Client_StreamingHubClientBase_2__ctor_CallInvoker_System_Nullable_System_String__CallOptions_MagicOnion_Serialization_IMagicOnionSerializerProvider_MagicOnion_Client_IMagicOnionClientLogger_" data-uid="MagicOnion.Client.StreamingHubClientBase`2.#ctor(CallInvoker,System.Nullable{System.String},CallOptions,MagicOnion.Serialization.IMagicOnionSerializerProvider,MagicOnion.Client.IMagicOnionClientLogger)">StreamingHubClientBase(CallInvoker, Nullable&lt;String&gt;, CallOptions, IMagicOnionSerializerProvider, IMagicOnionClientLogger)</h4>
<h4 id="MagicOnion_Client_StreamingHubClientBase_2__ctor_System_String_CallInvoker_System_Nullable_System_String__CallOptions_MagicOnion_Serialization_IMagicOnionSerializerProvider_MagicOnion_Client_IMagicOnionClientLogger_" data-uid="MagicOnion.Client.StreamingHubClientBase`2.#ctor(System.String,CallInvoker,System.Nullable{System.String},CallOptions,MagicOnion.Serialization.IMagicOnionSerializerProvider,MagicOnion.Client.IMagicOnionClientLogger)">StreamingHubClientBase(String, CallInvoker, Nullable&lt;String&gt;, CallOptions, IMagicOnionSerializerProvider, IMagicOnionClientLogger)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected StreamingHubClientBase(CallInvoker callInvoker, string? host, CallOptions option, IMagicOnionSerializerProvider serializerProvider, IMagicOnionClientLogger logger)</code></pre>
<pre><code class="lang-csharp hljs">protected StreamingHubClientBase(string serviceName, CallInvoker callInvoker, string? host, CallOptions option, IMagicOnionSerializerProvider serializerProvider, IMagicOnionClientLogger logger)</code></pre>
</div>

<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>serviceName</code></span> <span class="xref">System.String</span></dt>
<dd></dd>
<dt><span class="parametername"><code>callInvoker</code></span> <span class="xref">CallInvoker</span></dt>
<dd></dd>
<dt><span class="parametername"><code>host</code></span> <span class="xref">System.Nullable</span>&lt;<span class="xref">System.String</span>&gt;</dt>
Expand Down Expand Up @@ -339,38 +323,6 @@ <h5 class="fieldValue">Field Value</h5>



</section>
<h3 id="properties">Properties
</h3>
<section>
<a id="MagicOnion_Client_StreamingHubClientBase_2_DuplexStreamingAsyncMethod_" data-uid="MagicOnion.Client.StreamingHubClientBase`2.DuplexStreamingAsyncMethod*"></a>
<h4 id="MagicOnion_Client_StreamingHubClientBase_2_DuplexStreamingAsyncMethod" data-uid="MagicOnion.Client.StreamingHubClientBase`2.DuplexStreamingAsyncMethod">DuplexStreamingAsyncMethod</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected abstract Method&lt;byte[], byte[]&gt; DuplexStreamingAsyncMethod { get; }</code></pre>
</div>





<section>
<h5 class="propertyValue">Property Value</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">Method</span>&lt;<span class="xref">System.Byte</span>[], <span class="xref">System.Byte</span>[]&gt;</dt>
<dd></dd>
</dl>
</section>








</section>
<h3 id="methods">Methods
</h3>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-10.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_10" data-uid="MagicOnion.DynamicArgumentTuple`10" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4, T5, T6, T7, T8, T9, T10&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-11.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_11" data-uid="MagicOnion.DynamicArgumentTuple`11" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-12.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_12" data-uid="MagicOnion.DynamicArgumentTuple`12" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-13.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_13" data-uid="MagicOnion.DynamicArgumentTuple`13" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-14.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_14" data-uid="MagicOnion.DynamicArgumentTuple`14" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-15.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_15" data-uid="MagicOnion.DynamicArgumentTuple`15" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_2" data-uid="MagicOnion.DynamicArgumentTuple`2" class="text-break">DynamicArgumentTuple&lt;T1, T2&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_3" data-uid="MagicOnion.DynamicArgumentTuple`3" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_4" data-uid="MagicOnion.DynamicArgumentTuple`4" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-5.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_5" data-uid="MagicOnion.DynamicArgumentTuple`5" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4, T5&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-6.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_6" data-uid="MagicOnion.DynamicArgumentTuple`6" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4, T5, T6&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-7.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_7" data-uid="MagicOnion.DynamicArgumentTuple`7" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4, T5, T6, T7&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-8.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_8" data-uid="MagicOnion.DynamicArgumentTuple`8" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4, T5, T6, T7, T8&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
2 changes: 1 addition & 1 deletion api/MagicOnion.DynamicArgumentTuple-9.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<h1 id="MagicOnion_DynamicArgumentTuple_9" data-uid="MagicOnion.DynamicArgumentTuple`9" class="text-break">DynamicArgumentTuple&lt;T1, T2, T3, T4, T5, T6, T7, T8, T9&gt; Struct
</h1>
<h6><strong>Namespace</strong>: <a class="xref" href="MagicOnion.html">MagicOnion</a></h6>
<h6><strong>Assembly</strong>: MagicOnion.Shared.dll</h6>
<h6><strong>Assembly</strong>: MagicOnion.Abstractions.dll</h6>

<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
Expand Down
136 changes: 0 additions & 136 deletions api/MagicOnion.Internal.BroadcasterHelper.html

This file was deleted.

Loading

0 comments on commit 2c0a52d

Please sign in to comment.