Grpc.Core.CallInvoker.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class CallInvoker
  8. | gRPC for .NET </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class CallInvoker
  11. | gRPC for .NET ">
  12. <meta name="generator" content="docfx 2.36.0.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <meta property="docfx:navrel" content="../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../">
  20. </head>
  21. <body data-spy="scroll" data-target="#affix" data-offset="120">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../index.html">
  34. <img id="logo" class="svg" src="../logo.svg" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list"></div>
  57. <div class="sr-items">
  58. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  59. </div>
  60. <ul id="pagination"></ul>
  61. </div>
  62. </div>
  63. <div role="main" class="container body-content hide-when-search">
  64. <div class="sidenav hide-when-search">
  65. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  66. <div class="sidetoggle collapse" id="sidetoggle">
  67. <div id="sidetoc"></div>
  68. </div>
  69. </div>
  70. <div class="article row grid-right">
  71. <div class="col-md-10">
  72. <article class="content wrap" id="_content" data-uid="Grpc.Core.CallInvoker">
  73. <h1 id="Grpc_Core_CallInvoker" data-uid="Grpc.Core.CallInvoker" class="text-break">Class CallInvoker
  74. </h1>
  75. <div class="markdown level0 summary"><p>Abstraction of client-side RPC invocation.</p>
  76. </div>
  77. <div class="markdown level0 conceptual"></div>
  78. <div class="inheritance">
  79. <h5>Inheritance</h5>
  80. <div class="level0"><span class="xref">System.Object</span></div>
  81. <div class="level1"><span class="xref">CallInvoker</span></div>
  82. </div>
  83. <h6><strong>Namespace</strong>: <a class="xref" href="Grpc.Core.html">Grpc.Core</a></h6>
  84. <h6><strong>Assembly</strong>: Grpc.Core.Api.dll</h6>
  85. <h5 id="Grpc_Core_CallInvoker_syntax">Syntax</h5>
  86. <div class="codewrapper">
  87. <pre><code class="lang-csharp hljs">public abstract class CallInvoker : object</code></pre>
  88. </div>
  89. <h3 id="methods">Methods
  90. </h3>
  91. <a id="Grpc_Core_CallInvoker_AsyncClientStreamingCall_" data-uid="Grpc.Core.CallInvoker.AsyncClientStreamingCall*"></a>
  92. <h4 id="Grpc_Core_CallInvoker_AsyncClientStreamingCall__2_Grpc_Core_Method___0___1__System_String_Grpc_Core_CallOptions_" data-uid="Grpc.Core.CallInvoker.AsyncClientStreamingCall``2(Grpc.Core.Method{``0,``1},System.String,Grpc.Core.CallOptions)">AsyncClientStreamingCall&lt;TRequest, TResponse&gt;(Method&lt;TRequest, TResponse&gt;, String, CallOptions)</h4>
  93. <div class="markdown level1 summary"><p>Invokes a client streaming call asynchronously.
  94. In client streaming scenario, client sends a stream of requests and server responds with a single response.</p>
  95. </div>
  96. <div class="markdown level1 conceptual"></div>
  97. <h5 class="decalaration">Declaration</h5>
  98. <div class="codewrapper">
  99. <pre><code class="lang-csharp hljs">public abstract AsyncClientStreamingCall&lt;TRequest, TResponse&gt; AsyncClientStreamingCall&lt;TRequest, TResponse&gt;(Method&lt;TRequest, TResponse&gt; method, string host, CallOptions options)
  100. where TRequest : class where TResponse : class</code></pre>
  101. </div>
  102. <h5 class="parameters">Parameters</h5>
  103. <table class="table table-bordered table-striped table-condensed">
  104. <thead>
  105. <tr>
  106. <th>Type</th>
  107. <th>Name</th>
  108. <th>Description</th>
  109. </tr>
  110. </thead>
  111. <tbody>
  112. <tr>
  113. <td><a class="xref" href="Grpc.Core.Method-2.html">Method</a>&lt;TRequest, TResponse&gt;</td>
  114. <td><span class="parametername">method</span></td>
  115. <td></td>
  116. </tr>
  117. <tr>
  118. <td><span class="xref">System.String</span></td>
  119. <td><span class="parametername">host</span></td>
  120. <td></td>
  121. </tr>
  122. <tr>
  123. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  124. <td><span class="parametername">options</span></td>
  125. <td></td>
  126. </tr>
  127. </tbody>
  128. </table>
  129. <h5 class="returns">Returns</h5>
  130. <table class="table table-bordered table-striped table-condensed">
  131. <thead>
  132. <tr>
  133. <th>Type</th>
  134. <th>Description</th>
  135. </tr>
  136. </thead>
  137. <tbody>
  138. <tr>
  139. <td><a class="xref" href="Grpc.Core.AsyncClientStreamingCall-2.html">AsyncClientStreamingCall</a>&lt;TRequest, TResponse&gt;</td>
  140. <td></td>
  141. </tr>
  142. </tbody>
  143. </table>
  144. <h5 class="typeParameters">Type Parameters</h5>
  145. <table class="table table-bordered table-striped table-condensed">
  146. <thead>
  147. <tr>
  148. <th>Name</th>
  149. <th>Description</th>
  150. </tr>
  151. </thead>
  152. <tbody>
  153. <tr>
  154. <td><span class="parametername">TRequest</span></td>
  155. <td></td>
  156. </tr>
  157. <tr>
  158. <td><span class="parametername">TResponse</span></td>
  159. <td></td>
  160. </tr>
  161. </tbody>
  162. </table>
  163. <a id="Grpc_Core_CallInvoker_AsyncDuplexStreamingCall_" data-uid="Grpc.Core.CallInvoker.AsyncDuplexStreamingCall*"></a>
  164. <h4 id="Grpc_Core_CallInvoker_AsyncDuplexStreamingCall__2_Grpc_Core_Method___0___1__System_String_Grpc_Core_CallOptions_" data-uid="Grpc.Core.CallInvoker.AsyncDuplexStreamingCall``2(Grpc.Core.Method{``0,``1},System.String,Grpc.Core.CallOptions)">AsyncDuplexStreamingCall&lt;TRequest, TResponse&gt;(Method&lt;TRequest, TResponse&gt;, String, CallOptions)</h4>
  165. <div class="markdown level1 summary"><p>Invokes a duplex streaming call asynchronously.
  166. In duplex streaming scenario, client sends a stream of requests and server responds with a stream of responses.
  167. The response stream is completely independent and both side can be sending messages at the same time.</p>
  168. </div>
  169. <div class="markdown level1 conceptual"></div>
  170. <h5 class="decalaration">Declaration</h5>
  171. <div class="codewrapper">
  172. <pre><code class="lang-csharp hljs">public abstract AsyncDuplexStreamingCall&lt;TRequest, TResponse&gt; AsyncDuplexStreamingCall&lt;TRequest, TResponse&gt;(Method&lt;TRequest, TResponse&gt; method, string host, CallOptions options)
  173. where TRequest : class where TResponse : class</code></pre>
  174. </div>
  175. <h5 class="parameters">Parameters</h5>
  176. <table class="table table-bordered table-striped table-condensed">
  177. <thead>
  178. <tr>
  179. <th>Type</th>
  180. <th>Name</th>
  181. <th>Description</th>
  182. </tr>
  183. </thead>
  184. <tbody>
  185. <tr>
  186. <td><a class="xref" href="Grpc.Core.Method-2.html">Method</a>&lt;TRequest, TResponse&gt;</td>
  187. <td><span class="parametername">method</span></td>
  188. <td></td>
  189. </tr>
  190. <tr>
  191. <td><span class="xref">System.String</span></td>
  192. <td><span class="parametername">host</span></td>
  193. <td></td>
  194. </tr>
  195. <tr>
  196. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  197. <td><span class="parametername">options</span></td>
  198. <td></td>
  199. </tr>
  200. </tbody>
  201. </table>
  202. <h5 class="returns">Returns</h5>
  203. <table class="table table-bordered table-striped table-condensed">
  204. <thead>
  205. <tr>
  206. <th>Type</th>
  207. <th>Description</th>
  208. </tr>
  209. </thead>
  210. <tbody>
  211. <tr>
  212. <td><a class="xref" href="Grpc.Core.AsyncDuplexStreamingCall-2.html">AsyncDuplexStreamingCall</a>&lt;TRequest, TResponse&gt;</td>
  213. <td></td>
  214. </tr>
  215. </tbody>
  216. </table>
  217. <h5 class="typeParameters">Type Parameters</h5>
  218. <table class="table table-bordered table-striped table-condensed">
  219. <thead>
  220. <tr>
  221. <th>Name</th>
  222. <th>Description</th>
  223. </tr>
  224. </thead>
  225. <tbody>
  226. <tr>
  227. <td><span class="parametername">TRequest</span></td>
  228. <td></td>
  229. </tr>
  230. <tr>
  231. <td><span class="parametername">TResponse</span></td>
  232. <td></td>
  233. </tr>
  234. </tbody>
  235. </table>
  236. <a id="Grpc_Core_CallInvoker_AsyncServerStreamingCall_" data-uid="Grpc.Core.CallInvoker.AsyncServerStreamingCall*"></a>
  237. <h4 id="Grpc_Core_CallInvoker_AsyncServerStreamingCall__2_Grpc_Core_Method___0___1__System_String_Grpc_Core_CallOptions___0_" data-uid="Grpc.Core.CallInvoker.AsyncServerStreamingCall``2(Grpc.Core.Method{``0,``1},System.String,Grpc.Core.CallOptions,``0)">AsyncServerStreamingCall&lt;TRequest, TResponse&gt;(Method&lt;TRequest, TResponse&gt;, String, CallOptions, TRequest)</h4>
  238. <div class="markdown level1 summary"><p>Invokes a server streaming call asynchronously.
  239. In server streaming scenario, client sends on request and server responds with a stream of responses.</p>
  240. </div>
  241. <div class="markdown level1 conceptual"></div>
  242. <h5 class="decalaration">Declaration</h5>
  243. <div class="codewrapper">
  244. <pre><code class="lang-csharp hljs">public abstract AsyncServerStreamingCall&lt;TResponse&gt; AsyncServerStreamingCall&lt;TRequest, TResponse&gt;(Method&lt;TRequest, TResponse&gt; method, string host, CallOptions options, TRequest request)
  245. where TRequest : class where TResponse : class</code></pre>
  246. </div>
  247. <h5 class="parameters">Parameters</h5>
  248. <table class="table table-bordered table-striped table-condensed">
  249. <thead>
  250. <tr>
  251. <th>Type</th>
  252. <th>Name</th>
  253. <th>Description</th>
  254. </tr>
  255. </thead>
  256. <tbody>
  257. <tr>
  258. <td><a class="xref" href="Grpc.Core.Method-2.html">Method</a>&lt;TRequest, TResponse&gt;</td>
  259. <td><span class="parametername">method</span></td>
  260. <td></td>
  261. </tr>
  262. <tr>
  263. <td><span class="xref">System.String</span></td>
  264. <td><span class="parametername">host</span></td>
  265. <td></td>
  266. </tr>
  267. <tr>
  268. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  269. <td><span class="parametername">options</span></td>
  270. <td></td>
  271. </tr>
  272. <tr>
  273. <td><span class="xref">TRequest</span></td>
  274. <td><span class="parametername">request</span></td>
  275. <td></td>
  276. </tr>
  277. </tbody>
  278. </table>
  279. <h5 class="returns">Returns</h5>
  280. <table class="table table-bordered table-striped table-condensed">
  281. <thead>
  282. <tr>
  283. <th>Type</th>
  284. <th>Description</th>
  285. </tr>
  286. </thead>
  287. <tbody>
  288. <tr>
  289. <td><a class="xref" href="Grpc.Core.AsyncServerStreamingCall-1.html">AsyncServerStreamingCall</a>&lt;TResponse&gt;</td>
  290. <td></td>
  291. </tr>
  292. </tbody>
  293. </table>
  294. <h5 class="typeParameters">Type Parameters</h5>
  295. <table class="table table-bordered table-striped table-condensed">
  296. <thead>
  297. <tr>
  298. <th>Name</th>
  299. <th>Description</th>
  300. </tr>
  301. </thead>
  302. <tbody>
  303. <tr>
  304. <td><span class="parametername">TRequest</span></td>
  305. <td></td>
  306. </tr>
  307. <tr>
  308. <td><span class="parametername">TResponse</span></td>
  309. <td></td>
  310. </tr>
  311. </tbody>
  312. </table>
  313. <a id="Grpc_Core_CallInvoker_AsyncUnaryCall_" data-uid="Grpc.Core.CallInvoker.AsyncUnaryCall*"></a>
  314. <h4 id="Grpc_Core_CallInvoker_AsyncUnaryCall__2_Grpc_Core_Method___0___1__System_String_Grpc_Core_CallOptions___0_" data-uid="Grpc.Core.CallInvoker.AsyncUnaryCall``2(Grpc.Core.Method{``0,``1},System.String,Grpc.Core.CallOptions,``0)">AsyncUnaryCall&lt;TRequest, TResponse&gt;(Method&lt;TRequest, TResponse&gt;, String, CallOptions, TRequest)</h4>
  315. <div class="markdown level1 summary"><p>Invokes a simple remote call asynchronously.</p>
  316. </div>
  317. <div class="markdown level1 conceptual"></div>
  318. <h5 class="decalaration">Declaration</h5>
  319. <div class="codewrapper">
  320. <pre><code class="lang-csharp hljs">public abstract AsyncUnaryCall&lt;TResponse&gt; AsyncUnaryCall&lt;TRequest, TResponse&gt;(Method&lt;TRequest, TResponse&gt; method, string host, CallOptions options, TRequest request)
  321. where TRequest : class where TResponse : class</code></pre>
  322. </div>
  323. <h5 class="parameters">Parameters</h5>
  324. <table class="table table-bordered table-striped table-condensed">
  325. <thead>
  326. <tr>
  327. <th>Type</th>
  328. <th>Name</th>
  329. <th>Description</th>
  330. </tr>
  331. </thead>
  332. <tbody>
  333. <tr>
  334. <td><a class="xref" href="Grpc.Core.Method-2.html">Method</a>&lt;TRequest, TResponse&gt;</td>
  335. <td><span class="parametername">method</span></td>
  336. <td></td>
  337. </tr>
  338. <tr>
  339. <td><span class="xref">System.String</span></td>
  340. <td><span class="parametername">host</span></td>
  341. <td></td>
  342. </tr>
  343. <tr>
  344. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  345. <td><span class="parametername">options</span></td>
  346. <td></td>
  347. </tr>
  348. <tr>
  349. <td><span class="xref">TRequest</span></td>
  350. <td><span class="parametername">request</span></td>
  351. <td></td>
  352. </tr>
  353. </tbody>
  354. </table>
  355. <h5 class="returns">Returns</h5>
  356. <table class="table table-bordered table-striped table-condensed">
  357. <thead>
  358. <tr>
  359. <th>Type</th>
  360. <th>Description</th>
  361. </tr>
  362. </thead>
  363. <tbody>
  364. <tr>
  365. <td><a class="xref" href="Grpc.Core.AsyncUnaryCall-1.html">AsyncUnaryCall</a>&lt;TResponse&gt;</td>
  366. <td></td>
  367. </tr>
  368. </tbody>
  369. </table>
  370. <h5 class="typeParameters">Type Parameters</h5>
  371. <table class="table table-bordered table-striped table-condensed">
  372. <thead>
  373. <tr>
  374. <th>Name</th>
  375. <th>Description</th>
  376. </tr>
  377. </thead>
  378. <tbody>
  379. <tr>
  380. <td><span class="parametername">TRequest</span></td>
  381. <td></td>
  382. </tr>
  383. <tr>
  384. <td><span class="parametername">TResponse</span></td>
  385. <td></td>
  386. </tr>
  387. </tbody>
  388. </table>
  389. <a id="Grpc_Core_CallInvoker_BlockingUnaryCall_" data-uid="Grpc.Core.CallInvoker.BlockingUnaryCall*"></a>
  390. <h4 id="Grpc_Core_CallInvoker_BlockingUnaryCall__2_Grpc_Core_Method___0___1__System_String_Grpc_Core_CallOptions___0_" data-uid="Grpc.Core.CallInvoker.BlockingUnaryCall``2(Grpc.Core.Method{``0,``1},System.String,Grpc.Core.CallOptions,``0)">BlockingUnaryCall&lt;TRequest, TResponse&gt;(Method&lt;TRequest, TResponse&gt;, String, CallOptions, TRequest)</h4>
  391. <div class="markdown level1 summary"><p>Invokes a simple remote call in a blocking fashion.</p>
  392. </div>
  393. <div class="markdown level1 conceptual"></div>
  394. <h5 class="decalaration">Declaration</h5>
  395. <div class="codewrapper">
  396. <pre><code class="lang-csharp hljs">public abstract TResponse BlockingUnaryCall&lt;TRequest, TResponse&gt;(Method&lt;TRequest, TResponse&gt; method, string host, CallOptions options, TRequest request)
  397. where TRequest : class where TResponse : class</code></pre>
  398. </div>
  399. <h5 class="parameters">Parameters</h5>
  400. <table class="table table-bordered table-striped table-condensed">
  401. <thead>
  402. <tr>
  403. <th>Type</th>
  404. <th>Name</th>
  405. <th>Description</th>
  406. </tr>
  407. </thead>
  408. <tbody>
  409. <tr>
  410. <td><a class="xref" href="Grpc.Core.Method-2.html">Method</a>&lt;TRequest, TResponse&gt;</td>
  411. <td><span class="parametername">method</span></td>
  412. <td></td>
  413. </tr>
  414. <tr>
  415. <td><span class="xref">System.String</span></td>
  416. <td><span class="parametername">host</span></td>
  417. <td></td>
  418. </tr>
  419. <tr>
  420. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  421. <td><span class="parametername">options</span></td>
  422. <td></td>
  423. </tr>
  424. <tr>
  425. <td><span class="xref">TRequest</span></td>
  426. <td><span class="parametername">request</span></td>
  427. <td></td>
  428. </tr>
  429. </tbody>
  430. </table>
  431. <h5 class="returns">Returns</h5>
  432. <table class="table table-bordered table-striped table-condensed">
  433. <thead>
  434. <tr>
  435. <th>Type</th>
  436. <th>Description</th>
  437. </tr>
  438. </thead>
  439. <tbody>
  440. <tr>
  441. <td><span class="xref">TResponse</span></td>
  442. <td></td>
  443. </tr>
  444. </tbody>
  445. </table>
  446. <h5 class="typeParameters">Type Parameters</h5>
  447. <table class="table table-bordered table-striped table-condensed">
  448. <thead>
  449. <tr>
  450. <th>Name</th>
  451. <th>Description</th>
  452. </tr>
  453. </thead>
  454. <tbody>
  455. <tr>
  456. <td><span class="parametername">TRequest</span></td>
  457. <td></td>
  458. </tr>
  459. <tr>
  460. <td><span class="parametername">TResponse</span></td>
  461. <td></td>
  462. </tr>
  463. </tbody>
  464. </table>
  465. <h3 id="extensionmethods">Extension Methods</h3>
  466. <div>
  467. <a class="xref" href="Grpc.Core.Interceptors.CallInvokerExtensions.html#Grpc_Core_Interceptors_CallInvokerExtensions_Intercept_Grpc_Core_CallInvoker_Grpc_Core_Interceptors_Interceptor_">CallInvokerExtensions.Intercept(CallInvoker, Interceptor)</a>
  468. </div>
  469. <div>
  470. <a class="xref" href="Grpc.Core.Interceptors.CallInvokerExtensions.html#Grpc_Core_Interceptors_CallInvokerExtensions_Intercept_Grpc_Core_CallInvoker_Grpc_Core_Interceptors_Interceptor___">CallInvokerExtensions.Intercept(CallInvoker, Interceptor[])</a>
  471. </div>
  472. <div>
  473. <a class="xref" href="Grpc.Core.Interceptors.CallInvokerExtensions.html#Grpc_Core_Interceptors_CallInvokerExtensions_Intercept_Grpc_Core_CallInvoker_Func_Grpc_Core_Metadata_Grpc_Core_Metadata__">CallInvokerExtensions.Intercept(CallInvoker, Func&lt;Metadata, Metadata&gt;)</a>
  474. </div>
  475. </article>
  476. </div>
  477. <div class="hidden-sm col-md-2" role="complementary">
  478. <div class="sideaffix">
  479. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  480. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  481. </nav>
  482. </div>
  483. </div>
  484. </div>
  485. </div>
  486. <footer>
  487. <div class="grad-bottom"></div>
  488. <div class="footer">
  489. <div class="container">
  490. <span class="pull-right">
  491. <a href="#top">Back to top</a>
  492. </span>
  493. <span>Generated by <strong>DocFX</strong></span>
  494. </div>
  495. </div>
  496. </footer>
  497. </div>
  498. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  499. <script type="text/javascript" src="../styles/docfx.js"></script>
  500. <script type="text/javascript" src="../styles/main.js"></script>
  501. </body>
  502. </html>