Skip to content

Commit

Permalink
deploy: 469fba6
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Dec 5, 2024
1 parent 0d0da88 commit 8253a0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions api/MagicOnion.Server.MagicOnionOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h4>Properties
<td>
<a class="xref" href="MagicOnion.Server.MagicOnionOptions.html#MagicOnion_Server_MagicOnionOptions_EnableStreamingHubHeartbeat">EnableStreamingHubHeartbeat</a>
</td>
<td class="markdown level1 summary"><p>Gets or sets a value whether the heartbeat feature of StreamingHub is enabled. Default is <see keyword="true"></see>.</p>
<td class="markdown level1 summary"><p>Gets or sets a value whether the heartbeat feature of StreamingHub is enabled. Default is <see keyword="false"></see>.</p>
</td>
</tr>
<tr>
Expand All @@ -166,14 +166,14 @@ <h4>Properties
<td>
<a class="xref" href="MagicOnion.Server.MagicOnionOptions.html#MagicOnion_Server_MagicOnionOptions_IsReturnExceptionStackTraceInErrorDetail">IsReturnExceptionStackTraceInErrorDetail</a>
</td>
<td class="markdown level1 summary"><p>If true, MagicOnion handles exception own self and send to message. If false, propagate to gRPC engine. Default is false.</p>
<td class="markdown level1 summary"><p>If true, MagicOnion handles exception own self and send to message. If false, propagate to gRPC engine. Default is <see keyword="false"></see>.</p>
</td>
</tr>
<tr>
<td>
<a class="xref" href="MagicOnion.Server.MagicOnionOptions.html#MagicOnion_Server_MagicOnionOptions_MessageSerializer">MessageSerializer</a>
</td>
<td class="markdown level1 summary"><p>Gets and sets the serializer that serializes the message. The default serializer is MagicOnionMessageSerializer.Default.</p>
<td class="markdown level1 summary"><p>Gets and sets the serializer that serializes the message. The default serializer is <a class="xref" href="MagicOnion.Serialization.MagicOnionSerializerProvider.html#MagicOnion_Serialization_MagicOnionSerializerProvider_Default">Default</a>.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -293,7 +293,7 @@ <h5 class="propertyValue">Property Value</h5>
<section>
<a id="MagicOnion_Server_MagicOnionOptions_EnableStreamingHubHeartbeat_" data-uid="MagicOnion.Server.MagicOnionOptions.EnableStreamingHubHeartbeat*"></a>
<h4 id="MagicOnion_Server_MagicOnionOptions_EnableStreamingHubHeartbeat" data-uid="MagicOnion.Server.MagicOnionOptions.EnableStreamingHubHeartbeat">EnableStreamingHubHeartbeat</h4>
<div class="markdown level1 summary"><p>Gets or sets a value whether the heartbeat feature of StreamingHub is enabled. Default is <see keyword="true"></see>.</p>
<div class="markdown level1 summary"><p>Gets or sets a value whether the heartbeat feature of StreamingHub is enabled. Default is <see keyword="false"></see>.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down Expand Up @@ -386,7 +386,7 @@ <h5 class="propertyValue">Property Value</h5>
<section>
<a id="MagicOnion_Server_MagicOnionOptions_IsReturnExceptionStackTraceInErrorDetail_" data-uid="MagicOnion.Server.MagicOnionOptions.IsReturnExceptionStackTraceInErrorDetail*"></a>
<h4 id="MagicOnion_Server_MagicOnionOptions_IsReturnExceptionStackTraceInErrorDetail" data-uid="MagicOnion.Server.MagicOnionOptions.IsReturnExceptionStackTraceInErrorDetail">IsReturnExceptionStackTraceInErrorDetail</h4>
<div class="markdown level1 summary"><p>If true, MagicOnion handles exception own self and send to message. If false, propagate to gRPC engine. Default is false.</p>
<div class="markdown level1 summary"><p>If true, MagicOnion handles exception own self and send to message. If false, propagate to gRPC engine. Default is <see keyword="false"></see>.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down Expand Up @@ -417,7 +417,7 @@ <h5 class="propertyValue">Property Value</h5>
<section>
<a id="MagicOnion_Server_MagicOnionOptions_MessageSerializer_" data-uid="MagicOnion.Server.MagicOnionOptions.MessageSerializer*"></a>
<h4 id="MagicOnion_Server_MagicOnionOptions_MessageSerializer" data-uid="MagicOnion.Server.MagicOnionOptions.MessageSerializer">MessageSerializer</h4>
<div class="markdown level1 summary"><p>Gets and sets the serializer that serializes the message. The default serializer is MagicOnionMessageSerializer.Default.</p>
<div class="markdown level1 summary"><p>Gets and sets the serializer that serializes the message. The default serializer is <a class="xref" href="MagicOnion.Serialization.MagicOnionSerializerProvider.html#MagicOnion_Serialization_MagicOnionSerializerProvider_Default">Default</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2685,7 +2685,7 @@
"output": {
".html": {
"relative_path": "api/MagicOnion.Server.MagicOnionOptions.html",
"hash": "Nkh8Yn8bj2czs3KLcMitYy61eac+1zgZ2WVwcXxVHJw="
"hash": "vzk96VFx1KcoLUsV2cSylbLlDCKOUip2y8lyUkQV4QU="
}
},
"is_incremental": false,
Expand Down

0 comments on commit 8253a0e

Please sign in to comment.