Grpc.Core.CallInvocationDetails-2.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  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>Struct CallInvocationDetails&lt;TRequest, TResponse&gt;
  8. | gRPC C# </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Struct CallInvocationDetails&lt;TRequest, TResponse&gt;
  11. | gRPC C# ">
  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.CallInvocationDetails`2">
  73. <h1 id="Grpc_Core_CallInvocationDetails_2" data-uid="Grpc.Core.CallInvocationDetails`2" class="text-break">Struct CallInvocationDetails&lt;TRequest, TResponse&gt;
  74. </h1>
  75. <div class="markdown level0 summary"><p>Details about a client-side call to be invoked.</p>
  76. </div>
  77. <div class="markdown level0 conceptual"></div>
  78. <div class="inheritedMembers">
  79. <h5>Inherited Members</h5>
  80. <div>
  81. <span class="xref">System.ValueType.Equals(System.Object)</span>
  82. </div>
  83. <div>
  84. <span class="xref">System.ValueType.GetHashCode()</span>
  85. </div>
  86. <div>
  87. <span class="xref">System.ValueType.ToString()</span>
  88. </div>
  89. <div>
  90. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  91. </div>
  92. <div>
  93. <span class="xref">System.Object.GetType()</span>
  94. </div>
  95. <div>
  96. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  97. </div>
  98. </div>
  99. <h6><strong>Namespace</strong>: <a class="xref" href="Grpc.Core.html">Grpc.Core</a></h6>
  100. <h6><strong>Assembly</strong>: Grpc.Core.dll</h6>
  101. <h5 id="Grpc_Core_CallInvocationDetails_2_syntax">Syntax</h5>
  102. <div class="codewrapper">
  103. <pre><code class="lang-csharp hljs">public struct CallInvocationDetails&lt;TRequest, TResponse&gt;</code></pre>
  104. </div>
  105. <h5 class="typeParameters">Type Parameters</h5>
  106. <table class="table table-bordered table-striped table-condensed">
  107. <thead>
  108. <tr>
  109. <th>Name</th>
  110. <th>Description</th>
  111. </tr>
  112. </thead>
  113. <tbody>
  114. <tr>
  115. <td><span class="parametername">TRequest</span></td>
  116. <td><p>Request message type for the call.</p>
  117. </td>
  118. </tr>
  119. <tr>
  120. <td><span class="parametername">TResponse</span></td>
  121. <td><p>Response message type for the call.</p>
  122. </td>
  123. </tr>
  124. </tbody>
  125. </table>
  126. <h3 id="constructors">Constructors
  127. </h3>
  128. <a id="Grpc_Core_CallInvocationDetails_2__ctor_" data-uid="Grpc.Core.CallInvocationDetails`2.#ctor*"></a>
  129. <h4 id="Grpc_Core_CallInvocationDetails_2__ctor_Grpc_Core_Channel_Grpc_Core_Method__0__1__Grpc_Core_CallOptions_" data-uid="Grpc.Core.CallInvocationDetails`2.#ctor(Grpc.Core.Channel,Grpc.Core.Method{`0,`1},Grpc.Core.CallOptions)">CallInvocationDetails(Channel, Method&lt;TRequest, TResponse&gt;, CallOptions)</h4>
  130. <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Grpc.Core.CallInvocationDetails-2.html">CallInvocationDetails&lt;TRequest, TResponse&gt;</a> struct.</p>
  131. </div>
  132. <div class="markdown level1 conceptual"></div>
  133. <h5 class="decalaration">Declaration</h5>
  134. <div class="codewrapper">
  135. <pre><code class="lang-csharp hljs">public CallInvocationDetails(Channel channel, Method&lt;TRequest, TResponse&gt; method, CallOptions options)</code></pre>
  136. </div>
  137. <h5 class="parameters">Parameters</h5>
  138. <table class="table table-bordered table-striped table-condensed">
  139. <thead>
  140. <tr>
  141. <th>Type</th>
  142. <th>Name</th>
  143. <th>Description</th>
  144. </tr>
  145. </thead>
  146. <tbody>
  147. <tr>
  148. <td><a class="xref" href="Grpc.Core.Channel.html">Channel</a></td>
  149. <td><span class="parametername">channel</span></td>
  150. <td><p>Channel to use for this call.</p>
  151. </td>
  152. </tr>
  153. <tr>
  154. <td><a class="xref" href="Grpc.Core.Method-2.html">Method</a>&lt;TRequest, TResponse&gt;</td>
  155. <td><span class="parametername">method</span></td>
  156. <td><p>Method to call.</p>
  157. </td>
  158. </tr>
  159. <tr>
  160. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  161. <td><span class="parametername">options</span></td>
  162. <td><p>Call options.</p>
  163. </td>
  164. </tr>
  165. </tbody>
  166. </table>
  167. <a id="Grpc_Core_CallInvocationDetails_2__ctor_" data-uid="Grpc.Core.CallInvocationDetails`2.#ctor*"></a>
  168. <h4 id="Grpc_Core_CallInvocationDetails_2__ctor_Grpc_Core_Channel_Grpc_Core_Method__0__1__System_String_Grpc_Core_CallOptions_" data-uid="Grpc.Core.CallInvocationDetails`2.#ctor(Grpc.Core.Channel,Grpc.Core.Method{`0,`1},System.String,Grpc.Core.CallOptions)">CallInvocationDetails(Channel, Method&lt;TRequest, TResponse&gt;, String, CallOptions)</h4>
  169. <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Grpc.Core.CallInvocationDetails-2.html">CallInvocationDetails&lt;TRequest, TResponse&gt;</a> struct.</p>
  170. </div>
  171. <div class="markdown level1 conceptual"></div>
  172. <h5 class="decalaration">Declaration</h5>
  173. <div class="codewrapper">
  174. <pre><code class="lang-csharp hljs">public CallInvocationDetails(Channel channel, Method&lt;TRequest, TResponse&gt; method, string host, CallOptions options)</code></pre>
  175. </div>
  176. <h5 class="parameters">Parameters</h5>
  177. <table class="table table-bordered table-striped table-condensed">
  178. <thead>
  179. <tr>
  180. <th>Type</th>
  181. <th>Name</th>
  182. <th>Description</th>
  183. </tr>
  184. </thead>
  185. <tbody>
  186. <tr>
  187. <td><a class="xref" href="Grpc.Core.Channel.html">Channel</a></td>
  188. <td><span class="parametername">channel</span></td>
  189. <td><p>Channel to use for this call.</p>
  190. </td>
  191. </tr>
  192. <tr>
  193. <td><a class="xref" href="Grpc.Core.Method-2.html">Method</a>&lt;TRequest, TResponse&gt;</td>
  194. <td><span class="parametername">method</span></td>
  195. <td><p>Method to call.</p>
  196. </td>
  197. </tr>
  198. <tr>
  199. <td><span class="xref">System.String</span></td>
  200. <td><span class="parametername">host</span></td>
  201. <td><p>Host that contains the method. if <code>null</code>, default host will be used.</p>
  202. </td>
  203. </tr>
  204. <tr>
  205. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  206. <td><span class="parametername">options</span></td>
  207. <td><p>Call options.</p>
  208. </td>
  209. </tr>
  210. </tbody>
  211. </table>
  212. <a id="Grpc_Core_CallInvocationDetails_2__ctor_" data-uid="Grpc.Core.CallInvocationDetails`2.#ctor*"></a>
  213. <h4 id="Grpc_Core_CallInvocationDetails_2__ctor_Grpc_Core_Channel_System_String_System_String_Grpc_Core_Marshaller__0__Grpc_Core_Marshaller__1__Grpc_Core_CallOptions_" data-uid="Grpc.Core.CallInvocationDetails`2.#ctor(Grpc.Core.Channel,System.String,System.String,Grpc.Core.Marshaller{`0},Grpc.Core.Marshaller{`1},Grpc.Core.CallOptions)">CallInvocationDetails(Channel, String, String, Marshaller&lt;TRequest&gt;, Marshaller&lt;TResponse&gt;, CallOptions)</h4>
  214. <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Grpc.Core.CallInvocationDetails-2.html">CallInvocationDetails&lt;TRequest, TResponse&gt;</a> struct.</p>
  215. </div>
  216. <div class="markdown level1 conceptual"></div>
  217. <h5 class="decalaration">Declaration</h5>
  218. <div class="codewrapper">
  219. <pre><code class="lang-csharp hljs">public CallInvocationDetails(Channel channel, string method, string host, Marshaller&lt;TRequest&gt; requestMarshaller, Marshaller&lt;TResponse&gt; responseMarshaller, CallOptions options)</code></pre>
  220. </div>
  221. <h5 class="parameters">Parameters</h5>
  222. <table class="table table-bordered table-striped table-condensed">
  223. <thead>
  224. <tr>
  225. <th>Type</th>
  226. <th>Name</th>
  227. <th>Description</th>
  228. </tr>
  229. </thead>
  230. <tbody>
  231. <tr>
  232. <td><a class="xref" href="Grpc.Core.Channel.html">Channel</a></td>
  233. <td><span class="parametername">channel</span></td>
  234. <td><p>Channel to use for this call.</p>
  235. </td>
  236. </tr>
  237. <tr>
  238. <td><span class="xref">System.String</span></td>
  239. <td><span class="parametername">method</span></td>
  240. <td><p>Qualified method name.</p>
  241. </td>
  242. </tr>
  243. <tr>
  244. <td><span class="xref">System.String</span></td>
  245. <td><span class="parametername">host</span></td>
  246. <td><p>Host that contains the method.</p>
  247. </td>
  248. </tr>
  249. <tr>
  250. <td><a class="xref" href="Grpc.Core.Marshaller-1.html">Marshaller</a>&lt;TRequest&gt;</td>
  251. <td><span class="parametername">requestMarshaller</span></td>
  252. <td><p>Request marshaller.</p>
  253. </td>
  254. </tr>
  255. <tr>
  256. <td><a class="xref" href="Grpc.Core.Marshaller-1.html">Marshaller</a>&lt;TResponse&gt;</td>
  257. <td><span class="parametername">responseMarshaller</span></td>
  258. <td><p>Response marshaller.</p>
  259. </td>
  260. </tr>
  261. <tr>
  262. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  263. <td><span class="parametername">options</span></td>
  264. <td><p>Call options.</p>
  265. </td>
  266. </tr>
  267. </tbody>
  268. </table>
  269. <h3 id="properties">Properties
  270. </h3>
  271. <a id="Grpc_Core_CallInvocationDetails_2_Channel_" data-uid="Grpc.Core.CallInvocationDetails`2.Channel*"></a>
  272. <h4 id="Grpc_Core_CallInvocationDetails_2_Channel" data-uid="Grpc.Core.CallInvocationDetails`2.Channel">Channel</h4>
  273. <div class="markdown level1 summary"><p>Get channel associated with this call.</p>
  274. </div>
  275. <div class="markdown level1 conceptual"></div>
  276. <h5 class="decalaration">Declaration</h5>
  277. <div class="codewrapper">
  278. <pre><code class="lang-csharp hljs">public Channel Channel { get; }</code></pre>
  279. </div>
  280. <h5 class="propertyValue">Property Value</h5>
  281. <table class="table table-bordered table-striped table-condensed">
  282. <thead>
  283. <tr>
  284. <th>Type</th>
  285. <th>Description</th>
  286. </tr>
  287. </thead>
  288. <tbody>
  289. <tr>
  290. <td><a class="xref" href="Grpc.Core.Channel.html">Channel</a></td>
  291. <td></td>
  292. </tr>
  293. </tbody>
  294. </table>
  295. <a id="Grpc_Core_CallInvocationDetails_2_Host_" data-uid="Grpc.Core.CallInvocationDetails`2.Host*"></a>
  296. <h4 id="Grpc_Core_CallInvocationDetails_2_Host" data-uid="Grpc.Core.CallInvocationDetails`2.Host">Host</h4>
  297. <div class="markdown level1 summary"><p>Get name of host.</p>
  298. </div>
  299. <div class="markdown level1 conceptual"></div>
  300. <h5 class="decalaration">Declaration</h5>
  301. <div class="codewrapper">
  302. <pre><code class="lang-csharp hljs">public string Host { get; }</code></pre>
  303. </div>
  304. <h5 class="propertyValue">Property Value</h5>
  305. <table class="table table-bordered table-striped table-condensed">
  306. <thead>
  307. <tr>
  308. <th>Type</th>
  309. <th>Description</th>
  310. </tr>
  311. </thead>
  312. <tbody>
  313. <tr>
  314. <td><span class="xref">System.String</span></td>
  315. <td></td>
  316. </tr>
  317. </tbody>
  318. </table>
  319. <a id="Grpc_Core_CallInvocationDetails_2_Method_" data-uid="Grpc.Core.CallInvocationDetails`2.Method*"></a>
  320. <h4 id="Grpc_Core_CallInvocationDetails_2_Method" data-uid="Grpc.Core.CallInvocationDetails`2.Method">Method</h4>
  321. <div class="markdown level1 summary"><p>Gets name of method to be called.</p>
  322. </div>
  323. <div class="markdown level1 conceptual"></div>
  324. <h5 class="decalaration">Declaration</h5>
  325. <div class="codewrapper">
  326. <pre><code class="lang-csharp hljs">public string Method { get; }</code></pre>
  327. </div>
  328. <h5 class="propertyValue">Property Value</h5>
  329. <table class="table table-bordered table-striped table-condensed">
  330. <thead>
  331. <tr>
  332. <th>Type</th>
  333. <th>Description</th>
  334. </tr>
  335. </thead>
  336. <tbody>
  337. <tr>
  338. <td><span class="xref">System.String</span></td>
  339. <td></td>
  340. </tr>
  341. </tbody>
  342. </table>
  343. <a id="Grpc_Core_CallInvocationDetails_2_Options_" data-uid="Grpc.Core.CallInvocationDetails`2.Options*"></a>
  344. <h4 id="Grpc_Core_CallInvocationDetails_2_Options" data-uid="Grpc.Core.CallInvocationDetails`2.Options">Options</h4>
  345. <div class="markdown level1 summary"><p>Gets the call options.</p>
  346. </div>
  347. <div class="markdown level1 conceptual"></div>
  348. <h5 class="decalaration">Declaration</h5>
  349. <div class="codewrapper">
  350. <pre><code class="lang-csharp hljs">public CallOptions Options { get; }</code></pre>
  351. </div>
  352. <h5 class="propertyValue">Property Value</h5>
  353. <table class="table table-bordered table-striped table-condensed">
  354. <thead>
  355. <tr>
  356. <th>Type</th>
  357. <th>Description</th>
  358. </tr>
  359. </thead>
  360. <tbody>
  361. <tr>
  362. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  363. <td></td>
  364. </tr>
  365. </tbody>
  366. </table>
  367. <a id="Grpc_Core_CallInvocationDetails_2_RequestMarshaller_" data-uid="Grpc.Core.CallInvocationDetails`2.RequestMarshaller*"></a>
  368. <h4 id="Grpc_Core_CallInvocationDetails_2_RequestMarshaller" data-uid="Grpc.Core.CallInvocationDetails`2.RequestMarshaller">RequestMarshaller</h4>
  369. <div class="markdown level1 summary"><p>Gets marshaller used to serialize requests.</p>
  370. </div>
  371. <div class="markdown level1 conceptual"></div>
  372. <h5 class="decalaration">Declaration</h5>
  373. <div class="codewrapper">
  374. <pre><code class="lang-csharp hljs">public Marshaller&lt;TRequest&gt; RequestMarshaller { get; }</code></pre>
  375. </div>
  376. <h5 class="propertyValue">Property Value</h5>
  377. <table class="table table-bordered table-striped table-condensed">
  378. <thead>
  379. <tr>
  380. <th>Type</th>
  381. <th>Description</th>
  382. </tr>
  383. </thead>
  384. <tbody>
  385. <tr>
  386. <td><a class="xref" href="Grpc.Core.Marshaller-1.html">Marshaller</a>&lt;TRequest&gt;</td>
  387. <td></td>
  388. </tr>
  389. </tbody>
  390. </table>
  391. <a id="Grpc_Core_CallInvocationDetails_2_ResponseMarshaller_" data-uid="Grpc.Core.CallInvocationDetails`2.ResponseMarshaller*"></a>
  392. <h4 id="Grpc_Core_CallInvocationDetails_2_ResponseMarshaller" data-uid="Grpc.Core.CallInvocationDetails`2.ResponseMarshaller">ResponseMarshaller</h4>
  393. <div class="markdown level1 summary"><p>Gets marshaller used to deserialized responses.</p>
  394. </div>
  395. <div class="markdown level1 conceptual"></div>
  396. <h5 class="decalaration">Declaration</h5>
  397. <div class="codewrapper">
  398. <pre><code class="lang-csharp hljs">public Marshaller&lt;TResponse&gt; ResponseMarshaller { get; }</code></pre>
  399. </div>
  400. <h5 class="propertyValue">Property Value</h5>
  401. <table class="table table-bordered table-striped table-condensed">
  402. <thead>
  403. <tr>
  404. <th>Type</th>
  405. <th>Description</th>
  406. </tr>
  407. </thead>
  408. <tbody>
  409. <tr>
  410. <td><a class="xref" href="Grpc.Core.Marshaller-1.html">Marshaller</a>&lt;TResponse&gt;</td>
  411. <td></td>
  412. </tr>
  413. </tbody>
  414. </table>
  415. <h3 id="methods">Methods
  416. </h3>
  417. <a id="Grpc_Core_CallInvocationDetails_2_WithOptions_" data-uid="Grpc.Core.CallInvocationDetails`2.WithOptions*"></a>
  418. <h4 id="Grpc_Core_CallInvocationDetails_2_WithOptions_Grpc_Core_CallOptions_" data-uid="Grpc.Core.CallInvocationDetails`2.WithOptions(Grpc.Core.CallOptions)">WithOptions(CallOptions)</h4>
  419. <div class="markdown level1 summary"><p>Returns new instance of <a class="xref" href="Grpc.Core.CallInvocationDetails-2.html">CallInvocationDetails&lt;TRequest, TResponse&gt;</a> with
  420. <code>Options</code> set to the value provided. Values of all other fields are preserved.</p>
  421. </div>
  422. <div class="markdown level1 conceptual"></div>
  423. <h5 class="decalaration">Declaration</h5>
  424. <div class="codewrapper">
  425. <pre><code class="lang-csharp hljs">public CallInvocationDetails&lt;TRequest, TResponse&gt; WithOptions(CallOptions options)</code></pre>
  426. </div>
  427. <h5 class="parameters">Parameters</h5>
  428. <table class="table table-bordered table-striped table-condensed">
  429. <thead>
  430. <tr>
  431. <th>Type</th>
  432. <th>Name</th>
  433. <th>Description</th>
  434. </tr>
  435. </thead>
  436. <tbody>
  437. <tr>
  438. <td><a class="xref" href="Grpc.Core.CallOptions.html">CallOptions</a></td>
  439. <td><span class="parametername">options</span></td>
  440. <td></td>
  441. </tr>
  442. </tbody>
  443. </table>
  444. <h5 class="returns">Returns</h5>
  445. <table class="table table-bordered table-striped table-condensed">
  446. <thead>
  447. <tr>
  448. <th>Type</th>
  449. <th>Description</th>
  450. </tr>
  451. </thead>
  452. <tbody>
  453. <tr>
  454. <td><a class="xref" href="Grpc.Core.CallInvocationDetails-2.html">CallInvocationDetails</a>&lt;TRequest, TResponse&gt;</td>
  455. <td></td>
  456. </tr>
  457. </tbody>
  458. </table>
  459. </article>
  460. </div>
  461. <div class="hidden-sm col-md-2" role="complementary">
  462. <div class="sideaffix">
  463. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  464. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  465. </nav>
  466. </div>
  467. </div>
  468. </div>
  469. </div>
  470. <footer>
  471. <div class="grad-bottom"></div>
  472. <div class="footer">
  473. <div class="container">
  474. <span class="pull-right">
  475. <a href="#top">Back to top</a>
  476. </span>
  477. <span>Generated by <strong>DocFX</strong></span>
  478. </div>
  479. </div>
  480. </footer>
  481. </div>
  482. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  483. <script type="text/javascript" src="../styles/docfx.js"></script>
  484. <script type="text/javascript" src="../styles/main.js"></script>
  485. </body>
  486. </html>