Grpc.Core.CallInvocationDetails-2.html 20 KB

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