Skip to content

Commit

Permalink
deploy: 0c70646
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Jul 1, 2024
1 parent 0fdefaa commit f2dc259
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
36 changes: 36 additions & 0 deletions api/MagicOnion.Server.Hubs.StreamingHubContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ <h4>Properties
</tr>
</thead>
<tbody>
<tr>
<td>
<a class="xref" href="MagicOnion.Server.Hubs.StreamingHubContext.html#MagicOnion_Server_Hubs_StreamingHubContext_AttributeLookup">AttributeLookup</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
<tr>
<td>
<a class="xref" href="MagicOnion.Server.Hubs.StreamingHubContext.html#MagicOnion_Server_Hubs_StreamingHubContext_ConnectionId">ConnectionId</a>
Expand Down Expand Up @@ -157,6 +163,36 @@ <h4>Properties
<h3 id="properties">Properties
</h3>
<section>
<a id="MagicOnion_Server_Hubs_StreamingHubContext_AttributeLookup_" data-uid="MagicOnion.Server.Hubs.StreamingHubContext.AttributeLookup*"></a>
<h4 id="MagicOnion_Server_Hubs_StreamingHubContext_AttributeLookup" data-uid="MagicOnion.Server.Hubs.StreamingHubContext.AttributeLookup">AttributeLookup</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ILookup&lt;Type, Attribute&gt; AttributeLookup { get; }</code></pre>
</div>





<section>
<h5 class="propertyValue">Property Value</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="xref">ILookup</span>&lt;<span class="xref">Type</span>, <span class="xref">Attribute</span>&gt;</dt>
<dd></dd>
</dl>
</section>








</section>
<section>
<a id="MagicOnion_Server_Hubs_StreamingHubContext_ConnectionId_" data-uid="MagicOnion.Server.Hubs.StreamingHubContext.ConnectionId*"></a>
<h4 id="MagicOnion_Server_Hubs_StreamingHubContext_ConnectionId" data-uid="MagicOnion.Server.Hubs.StreamingHubContext.ConnectionId">ConnectionId</h4>
<div class="markdown level1 summary"></div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2421,7 +2421,7 @@
"output": {
".html": {
"relative_path": "api/MagicOnion.Server.Hubs.StreamingHubContext.html",
"hash": "rq0t4kOttkiKMTPjMc7mlJw0qYvtjX69VuLr/swyUZo="
"hash": "2pnPIhiyz0TDVlTFkwwPk0uhnd+YOD1C14eLv/WB/Bc="
}
},
"is_incremental": false,
Expand Down
13 changes: 13 additions & 0 deletions xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11830,6 +11830,19 @@ references:
commentId: T:MagicOnion.Server.Hubs.StreamingHubContext
fullName: MagicOnion.Server.Hubs.StreamingHubContext
nameWithType: StreamingHubContext
- uid: MagicOnion.Server.Hubs.StreamingHubContext.AttributeLookup
name: AttributeLookup
href: api/MagicOnion.Server.Hubs.StreamingHubContext.html#MagicOnion_Server_Hubs_StreamingHubContext_AttributeLookup
commentId: P:MagicOnion.Server.Hubs.StreamingHubContext.AttributeLookup
fullName: MagicOnion.Server.Hubs.StreamingHubContext.AttributeLookup
nameWithType: StreamingHubContext.AttributeLookup
- uid: MagicOnion.Server.Hubs.StreamingHubContext.AttributeLookup*
name: AttributeLookup
href: api/MagicOnion.Server.Hubs.StreamingHubContext.html#MagicOnion_Server_Hubs_StreamingHubContext_AttributeLookup_
commentId: Overload:MagicOnion.Server.Hubs.StreamingHubContext.AttributeLookup
isSpec: "True"
fullName: MagicOnion.Server.Hubs.StreamingHubContext.AttributeLookup
nameWithType: StreamingHubContext.AttributeLookup
- uid: MagicOnion.Server.Hubs.StreamingHubContext.ConnectionId
name: ConnectionId
href: api/MagicOnion.Server.Hubs.StreamingHubContext.html#MagicOnion_Server_Hubs_StreamingHubContext_ConnectionId
Expand Down

0 comments on commit f2dc259

Please sign in to comment.