Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinClient.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinClient.html?rev=1896967&view=auto ============================================================================== --- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinClient.html (added) +++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinClient.html Wed Jan 12 15:28:11 2022 @@ -0,0 +1,486 @@ +<!DOCTYPE html> +<!--[if IE]><![endif]--> +<html> + + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <title>Class GremlinClient + | Apache TinkerPop - Gremlin.NET API Docs </title> + <meta name="viewport" content="width=device-width"> + <meta name="title" content="Class GremlinClient + | Apache TinkerPop - Gremlin.NET API Docs "> + <meta name="generator" content="docfx 2.58.0.0"> + + <link rel="shortcut icon" href="../images/favicon.ico"> + <link rel="stylesheet" href="../styles/docfx.vendor.css"> + <link rel="stylesheet" href="../styles/docfx.css"> + <link rel="stylesheet" href="../styles/main.css"> + <meta property="docfx:navrel" content="../toc.html"> + <meta property="docfx:tocrel" content="toc.html"> + + <meta property="docfx:rel" content="../"> + + </head> + <body data-spy="scroll" data-target="#affix" data-offset="120"> + <div id="wrapper"> + <header> + + <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + + <a class="navbar-brand" href="../index.html"> + <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt=""> + </a> + </div> + <div class="collapse navbar-collapse" id="navbar"> + <form class="navbar-form navbar-right" role="search" id="search"> + <div class="form-group"> + <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> + </div> + </form> + </div> + </div> + </nav> + + <div class="subnav navbar navbar-default"> + <div class="container hide-when-search" id="breadcrumb"> + <ul class="breadcrumb"> + <li></li> + </ul> + </div> + </div> + </header> + <div class="container body-content"> + + <div id="search-results"> + <div class="search-list">Search Results for <span></span></div> + <div class="sr-items"> + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> + </div> + <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> + </div> + </div> + <div role="main" class="container body-content hide-when-search"> + + <div class="sidenav hide-when-search"> + <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> + <div class="sidetoggle collapse" id="sidetoggle"> + <div id="sidetoc"></div> + </div> + </div> + <div class="article row grid-right"> + <div class="col-md-10"> + <article class="content wrap" id="_content" data-uid="Gremlin.Net.Driver.GremlinClient"> + + + <h1 id="Gremlin_Net_Driver_GremlinClient" data-uid="Gremlin.Net.Driver.GremlinClient" class="text-break">Class GremlinClient + </h1> + <div class="markdown level0 summary"><p>Provides a mechanism for submitting Gremlin requests to one Gremlin Server.</p> +</div> + <div class="markdown level0 conceptual"></div> + <div class="inheritance"> + <h5>Inheritance</h5> + <div class="level0"><span class="xref">System.Object</span></div> + <div class="level1"><span class="xref">GremlinClient</span></div> + </div> + <div classs="implements"> + <h5>Implements</h5> + <div><a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a></div> + <div><span class="xref">System.IDisposable</span></div> + </div> + <div class="inheritedMembers"> + <h5>Inherited Members</h5> + <div> + <span class="xref">System.Object.Equals(System.Object)</span> + </div> + <div> + <span class="xref">System.Object.Equals(System.Object, System.Object)</span> + </div> + <div> + <span class="xref">System.Object.GetHashCode()</span> + </div> + <div> + <span class="xref">System.Object.GetType()</span> + </div> + <div> + <span class="xref">System.Object.MemberwiseClone()</span> + </div> + <div> + <span class="xref">System.Object.ToString()</span> + </div> + <div> + <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span> + </div> + </div> + <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Driver.html">Gremlin.Net.Driver</a></h6> + <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6> + <h5 id="Gremlin_Net_Driver_GremlinClient_syntax">Syntax</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public class GremlinClient : IGremlinClient, IDisposable</code></pre> + </div> + <h3 id="constructors">Constructors + </h3> + <a id="Gremlin_Net_Driver_GremlinClient__ctor_" data-uid="Gremlin.Net.Driver.GremlinClient.#ctor*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClient__ctor_Gremlin_Net_Driver_GremlinServer_GraphSONReader_GraphSONWriter_Gremlin_Net_Driver_ConnectionPoolSettings_System_Action_ClientWebSocketOptions__System_String_" data-uid="Gremlin.Net.Driver.GremlinClient.#ctor(Gremlin.Net.Driver.GremlinServer,GraphSONReader,GraphSONWriter,Gremlin.Net.Driver.ConnectionPoolSettings,System.Action{ClientWebSocketOptions},System.String)">GremlinClient(GremlinServer, GraphSONReader, GraphSONWriter, ConnectionPoolSettings, Action<ClientWebSocketOptions>, String)</h4> + <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Gremlin.Net.Driver.GremlinClient.html">GremlinClient</a> class for the specified Gremlin Server.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">[Obsolete("This constructor is obsolete. Use the constructor that takes a IMessageSerializer instead.")] +public GremlinClient(GremlinServer gremlinServer, GraphSONReader graphSONReader, GraphSONWriter graphSONWriter, ConnectionPoolSettings connectionPoolSettings = null, Action<ClientWebSocketOptions> webSocketConfiguration = null, string sessionId = null)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.GremlinServer.html">GremlinServer</a></td> + <td><span class="parametername">gremlinServer</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Driver.GremlinServer.html">GremlinServer</a> the requests should be sent to.</p> +</td> + </tr> + <tr> + <td><span class="xref">GraphSONReader</span></td> + <td><span class="parametername">graphSONReader</span></td> + <td><p>A <see cref="!:GraphSONReader"></see> instance to read received GraphSON data.</p> +</td> + </tr> + <tr> + <td><span class="xref">GraphSONWriter</span></td> + <td><span class="parametername">graphSONWriter</span></td> + <td><p>a <see cref="!:GraphSONWriter"></see> instance to write GraphSON data.</p> +</td> + </tr> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.ConnectionPoolSettings.html">ConnectionPoolSettings</a></td> + <td><span class="parametername">connectionPoolSettings</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Driver.ConnectionPoolSettings.html">ConnectionPoolSettings</a> for the connection pool.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.Action</span><<span class="xref">ClientWebSocketOptions</span>></td> + <td><span class="parametername">webSocketConfiguration</span></td> + <td><p>A delegate that will be invoked with the <see cref="!:ClientWebSocketOptions"></see> +object used to configure WebSocket connections.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.String</span></td> + <td><span class="parametername">sessionId</span></td> + <td><p>The session Id if Gremlin Client in session mode, defaults to null as session-less Client.</p> +</td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Driver_GremlinClient__ctor_" data-uid="Gremlin.Net.Driver.GremlinClient.#ctor*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClient__ctor_Gremlin_Net_Driver_GremlinServer_GraphSONReader_GraphSONWriter_System_String_Gremlin_Net_Driver_ConnectionPoolSettings_System_Action_ClientWebSocketOptions__System_String_" data-uid="Gremlin.Net.Driver.GremlinClient.#ctor(Gremlin.Net.Driver.GremlinServer,GraphSONReader,GraphSONWriter,System.String,Gremlin.Net.Driver.ConnectionPoolSettings,System.Action{ClientWebSocketOptions},System.String)">GremlinClient(GremlinServer, GraphSONReader, GraphSONWriter, String, ConnectionPoolSettings, Action<ClientWebSocketOptions>, String)</h4> + <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Gremlin.Net.Driver.GremlinClient.html">GremlinClient</a> class for the specified Gremlin Server.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">[Obsolete("This constructor is obsolete. Use the constructor that takes a IMessageSerializer instead.")] +public GremlinClient(GremlinServer gremlinServer, GraphSONReader graphSONReader, GraphSONWriter graphSONWriter, string mimeType, ConnectionPoolSettings connectionPoolSettings = null, Action<ClientWebSocketOptions> webSocketConfiguration = null, string sessionId = null)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.GremlinServer.html">GremlinServer</a></td> + <td><span class="parametername">gremlinServer</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Driver.GremlinServer.html">GremlinServer</a> the requests should be sent to.</p> +</td> + </tr> + <tr> + <td><span class="xref">GraphSONReader</span></td> + <td><span class="parametername">graphSONReader</span></td> + <td><p>A <see cref="!:GraphSONReader"></see> instance to read received GraphSON data.</p> +</td> + </tr> + <tr> + <td><span class="xref">GraphSONWriter</span></td> + <td><span class="parametername">graphSONWriter</span></td> + <td><p>a <see cref="!:GraphSONWriter"></see> instance to write GraphSON data.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.String</span></td> + <td><span class="parametername">mimeType</span></td> + <td><p>The GraphSON version mime type, defaults to latest supported by the server.</p> +</td> + </tr> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.ConnectionPoolSettings.html">ConnectionPoolSettings</a></td> + <td><span class="parametername">connectionPoolSettings</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Driver.ConnectionPoolSettings.html">ConnectionPoolSettings</a> for the connection pool.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.Action</span><<span class="xref">ClientWebSocketOptions</span>></td> + <td><span class="parametername">webSocketConfiguration</span></td> + <td><p>A delegate that will be invoked with the <see cref="!:ClientWebSocketOptions"></see> +object used to configure WebSocket connections.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.String</span></td> + <td><span class="parametername">sessionId</span></td> + <td><p>The session Id if Gremlin Client in session mode, defaults to null as session-less Client.</p> +</td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Driver_GremlinClient__ctor_" data-uid="Gremlin.Net.Driver.GremlinClient.#ctor*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClient__ctor_Gremlin_Net_Driver_GremlinServer_Gremlin_Net_Driver_IMessageSerializer_Gremlin_Net_Driver_ConnectionPoolSettings_System_Action_ClientWebSocketOptions__System_String_" data-uid="Gremlin.Net.Driver.GremlinClient.#ctor(Gremlin.Net.Driver.GremlinServer,Gremlin.Net.Driver.IMessageSerializer,Gremlin.Net.Driver.ConnectionPoolSettings,System.Action{ClientWebSocketOptions},System.String)">GremlinClient(GremlinServer, IMessageSerializer, ConnectionPoolSettings, Action<ClientWebSocketOptions>, String)</h4> + <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Gremlin.Net.Driver.GremlinClient.html">GremlinClient</a> class for the specified Gremlin Server.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public GremlinClient(GremlinServer gremlinServer, IMessageSerializer messageSerializer = null, ConnectionPoolSettings connectionPoolSettings = null, Action<ClientWebSocketOptions> webSocketConfiguration = null, string sessionId = null)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.GremlinServer.html">GremlinServer</a></td> + <td><span class="parametername">gremlinServer</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Driver.GremlinServer.html">GremlinServer</a> the requests should be sent to.</p> +</td> + </tr> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.IMessageSerializer.html">IMessageSerializer</a></td> + <td><span class="parametername">messageSerializer</span></td> + <td><p>A <a class="xref" href="Gremlin.Net.Driver.IMessageSerializer.html">IMessageSerializer</a> instance to serialize messages sent to and received +from the server.</p> +</td> + </tr> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.ConnectionPoolSettings.html">ConnectionPoolSettings</a></td> + <td><span class="parametername">connectionPoolSettings</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Driver.ConnectionPoolSettings.html">ConnectionPoolSettings</a> for the connection pool.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.Action</span><<span class="xref">ClientWebSocketOptions</span>></td> + <td><span class="parametername">webSocketConfiguration</span></td> + <td><p>A delegate that will be invoked with the <see cref="!:ClientWebSocketOptions"></see> +object used to configure WebSocket connections.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.String</span></td> + <td><span class="parametername">sessionId</span></td> + <td><p>The session Id if Gremlin Client in session mode, defaults to null as session-less Client.</p> +</td> + </tr> + </tbody> + </table> + <h3 id="properties">Properties + </h3> + <a id="Gremlin_Net_Driver_GremlinClient_NrConnections_" data-uid="Gremlin.Net.Driver.GremlinClient.NrConnections*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClient_NrConnections" data-uid="Gremlin.Net.Driver.GremlinClient.NrConnections">NrConnections</h4> + <div class="markdown level1 summary"><p>Gets the number of open connections.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public int NrConnections { get; }</code></pre> + </div> + <h5 class="propertyValue">Property Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Int32</span></td> + <td></td> + </tr> + </tbody> + </table> + <h3 id="methods">Methods + </h3> + <a id="Gremlin_Net_Driver_GremlinClient_Dispose_" data-uid="Gremlin.Net.Driver.GremlinClient.Dispose*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClient_Dispose" data-uid="Gremlin.Net.Driver.GremlinClient.Dispose">Dispose()</h4> + <div class="markdown level1 summary"></div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public void Dispose()</code></pre> + </div> + <a id="Gremlin_Net_Driver_GremlinClient_Dispose_" data-uid="Gremlin.Net.Driver.GremlinClient.Dispose*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClient_Dispose_System_Boolean_" data-uid="Gremlin.Net.Driver.GremlinClient.Dispose(System.Boolean)">Dispose(Boolean)</h4> + <div class="markdown level1 summary"><p>Releases the resources used by the <a class="xref" href="Gremlin.Net.Driver.GremlinClient.html">GremlinClient</a> instance.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">protected virtual void Dispose(bool disposing)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Boolean</span></td> + <td><span class="parametername">disposing</span></td> + <td><p>Specifies whether managed resources should be released.</p> +</td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Driver_GremlinClient_SubmitAsync_" data-uid="Gremlin.Net.Driver.GremlinClient.SubmitAsync*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClient_SubmitAsync__1_RequestMessage_" data-uid="Gremlin.Net.Driver.GremlinClient.SubmitAsync``1(RequestMessage)">SubmitAsync<T>(RequestMessage)</h4> + <div class="markdown level1 summary"><p>Submits a request message as an asynchronous operation.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public async Task<ResultSet<T>> SubmitAsync<T>(RequestMessage requestMessage)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">RequestMessage</span></td> + <td><span class="parametername">requestMessage</span></td> + <td><p>The <see cref="!:RequestMessage"></see> to send.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span><<a class="xref" href="Gremlin.Net.Driver.ResultSet-1.html">ResultSet</a><T>></td> + <td><p>A <a class="xref" href="Gremlin.Net.Driver.ResultSet-1.html">ResultSet<T></a> containing the data and status attributes returned from the server.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="typeParameters">Type Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="parametername">T</span></td> + <td><p>The type of the expected results.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="exceptions">Exceptions</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Condition</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.Exceptions.ResponseException.html">ResponseException</a></td> + <td><p>Thrown when a response is received from Gremlin Server that indicates +that an error occurred.</p> +</td> + </tr> + </tbody> + </table> + <h3 id="implements">Implements</h3> + <div> + <a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a> + </div> + <div> + <span class="xref">System.IDisposable</span> + </div> +</article> + </div> + + <div class="hidden-sm col-md-2" role="complementary"> + <div class="sideaffix"> + <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> + <h5>In This Article</h5> + <div></div> + </nav> + </div> + </div> + </div> + </div> + + <footer> + <div class="grad-bottom"></div> + <div class="footer"> + <div class="container"> + <span class="pull-right"> + <a href="#top">Back to top</a> + </span> + Copyright © 2018 The Apache Software Foundation + + </div> + </div> + </footer> + </div> + + <script type="text/javascript" src="../styles/docfx.vendor.js"></script> + <script type="text/javascript" src="../styles/docfx.js"></script> + <script type="text/javascript" src="../styles/main.js"></script> + </body> +</html>
Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinClientExtensions.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinClientExtensions.html?rev=1896967&view=auto ============================================================================== --- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinClientExtensions.html (added) +++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinClientExtensions.html Wed Jan 12 15:28:11 2022 @@ -0,0 +1,565 @@ +<!DOCTYPE html> +<!--[if IE]><![endif]--> +<html> + + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <title>Class GremlinClientExtensions + | Apache TinkerPop - Gremlin.NET API Docs </title> + <meta name="viewport" content="width=device-width"> + <meta name="title" content="Class GremlinClientExtensions + | Apache TinkerPop - Gremlin.NET API Docs "> + <meta name="generator" content="docfx 2.58.0.0"> + + <link rel="shortcut icon" href="../images/favicon.ico"> + <link rel="stylesheet" href="../styles/docfx.vendor.css"> + <link rel="stylesheet" href="../styles/docfx.css"> + <link rel="stylesheet" href="../styles/main.css"> + <meta property="docfx:navrel" content="../toc.html"> + <meta property="docfx:tocrel" content="toc.html"> + + <meta property="docfx:rel" content="../"> + + </head> + <body data-spy="scroll" data-target="#affix" data-offset="120"> + <div id="wrapper"> + <header> + + <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + + <a class="navbar-brand" href="../index.html"> + <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt=""> + </a> + </div> + <div class="collapse navbar-collapse" id="navbar"> + <form class="navbar-form navbar-right" role="search" id="search"> + <div class="form-group"> + <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> + </div> + </form> + </div> + </div> + </nav> + + <div class="subnav navbar navbar-default"> + <div class="container hide-when-search" id="breadcrumb"> + <ul class="breadcrumb"> + <li></li> + </ul> + </div> + </div> + </header> + <div class="container body-content"> + + <div id="search-results"> + <div class="search-list">Search Results for <span></span></div> + <div class="sr-items"> + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> + </div> + <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> + </div> + </div> + <div role="main" class="container body-content hide-when-search"> + + <div class="sidenav hide-when-search"> + <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> + <div class="sidetoggle collapse" id="sidetoggle"> + <div id="sidetoc"></div> + </div> + </div> + <div class="article row grid-right"> + <div class="col-md-10"> + <article class="content wrap" id="_content" data-uid="Gremlin.Net.Driver.GremlinClientExtensions"> + + + <h1 id="Gremlin_Net_Driver_GremlinClientExtensions" data-uid="Gremlin.Net.Driver.GremlinClientExtensions" class="text-break">Class GremlinClientExtensions + </h1> + <div class="markdown level0 summary"><p>Provides extension methods for the <a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a> interface.</p> +</div> + <div class="markdown level0 conceptual"></div> + <div class="inheritance"> + <h5>Inheritance</h5> + <div class="level0"><span class="xref">System.Object</span></div> + <div class="level1"><span class="xref">GremlinClientExtensions</span></div> + </div> + <div class="inheritedMembers"> + <h5>Inherited Members</h5> + <div> + <span class="xref">System.Object.Equals(System.Object)</span> + </div> + <div> + <span class="xref">System.Object.Equals(System.Object, System.Object)</span> + </div> + <div> + <span class="xref">System.Object.GetHashCode()</span> + </div> + <div> + <span class="xref">System.Object.GetType()</span> + </div> + <div> + <span class="xref">System.Object.MemberwiseClone()</span> + </div> + <div> + <span class="xref">System.Object.ToString()</span> + </div> + <div> + <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span> + </div> + </div> + <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Driver.html">Gremlin.Net.Driver</a></h6> + <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6> + <h5 id="Gremlin_Net_Driver_GremlinClientExtensions_syntax">Syntax</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static class GremlinClientExtensions</code></pre> + </div> + <h3 id="methods">Methods + </h3> + <a id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitAsync_" data-uid="Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitAsync_Gremlin_Net_Driver_IGremlinClient_RequestMessage_" data-uid="Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync(Gremlin.Net.Driver.IGremlinClient,RequestMessage)">SubmitAsync(IGremlinClient, RequestMessage)</h4> + <div class="markdown level1 summary"><p>Submits a request message as an asynchronous operation without returning the result received from the Gremlin +Server.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static async Task SubmitAsync(this IGremlinClient gremlinClient, RequestMessage requestMessage)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a></td> + <td><span class="parametername">gremlinClient</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a> that submits the request.</p> +</td> + </tr> + <tr> + <td><span class="xref">RequestMessage</span></td> + <td><span class="parametername">requestMessage</span></td> + <td><p>The <see cref="!:RequestMessage"></see> to send.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span></td> + <td><p>The task object representing the asynchronous operation.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="exceptions">Exceptions</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Condition</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.Exceptions.ResponseException.html">ResponseException</a></td> + <td><p>Thrown when a response is received from Gremlin Server that indicates +that an error occurred.</p> +</td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitAsync_" data-uid="Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitAsync_Gremlin_Net_Driver_IGremlinClient_System_String_Dictionary_System_String_System_Object__" data-uid="Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync(Gremlin.Net.Driver.IGremlinClient,System.String,Dictionary{System.String,System.Object})">SubmitAsync(IGremlinClient, String, Dictionary<String, Object>)</h4> + <div class="markdown level1 summary"><p>Submits a request message that consists of a script with bindings as an asynchronous operation without returning +the result received from the Gremlin Server.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static async Task SubmitAsync(this IGremlinClient gremlinClient, string requestScript, Dictionary<string, object> bindings = null)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a></td> + <td><span class="parametername">gremlinClient</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a> that submits the request.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.String</span></td> + <td><span class="parametername">requestScript</span></td> + <td><p>The Gremlin request script to send.</p> +</td> + </tr> + <tr> + <td><span class="xref">Dictionary</span><<span class="xref">System.String</span>, <span class="xref">System.Object</span>></td> + <td><span class="parametername">bindings</span></td> + <td><p>Bindings for parameters used in the requestScript.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span></td> + <td><p>The task object representing the asynchronous operation.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="exceptions">Exceptions</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Condition</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.Exceptions.ResponseException.html">ResponseException</a></td> + <td><p>Thrown when a response is received from Gremlin Server that indicates +that an error occurred.</p> +</td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitAsync_" data-uid="Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitAsync__1_Gremlin_Net_Driver_IGremlinClient_System_String_Dictionary_System_String_System_Object__" data-uid="Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync``1(Gremlin.Net.Driver.IGremlinClient,System.String,Dictionary{System.String,System.Object})">SubmitAsync<T>(IGremlinClient, String, Dictionary<String, Object>)</h4> + <div class="markdown level1 summary"><p>Submits a request message that consists of a script with bindings as an asynchronous operation.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static async Task<ResultSet<T>> SubmitAsync<T>(this IGremlinClient gremlinClient, string requestScript, Dictionary<string, object> bindings = null)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a></td> + <td><span class="parametername">gremlinClient</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a> that submits the request.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.String</span></td> + <td><span class="parametername">requestScript</span></td> + <td><p>The Gremlin request script to send.</p> +</td> + </tr> + <tr> + <td><span class="xref">Dictionary</span><<span class="xref">System.String</span>, <span class="xref">System.Object</span>></td> + <td><span class="parametername">bindings</span></td> + <td><p>Bindings for parameters used in the requestScript.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span><<a class="xref" href="Gremlin.Net.Driver.ResultSet-1.html">ResultSet</a><T>></td> + <td><p>A <a class="xref" href="Gremlin.Net.Driver.ResultSet-1.html">ResultSet<T></a> containing the data and status attributes returned from the server.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="typeParameters">Type Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="parametername">T</span></td> + <td><p>The type of the expected results.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="exceptions">Exceptions</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Condition</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.Exceptions.ResponseException.html">ResponseException</a></td> + <td><p>Thrown when a response is received from Gremlin Server that indicates +that an error occurred.</p> +</td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitWithSingleResultAsync_" data-uid="Gremlin.Net.Driver.GremlinClientExtensions.SubmitWithSingleResultAsync*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitWithSingleResultAsync__1_Gremlin_Net_Driver_IGremlinClient_RequestMessage_" data-uid="Gremlin.Net.Driver.GremlinClientExtensions.SubmitWithSingleResultAsync``1(Gremlin.Net.Driver.IGremlinClient,RequestMessage)">SubmitWithSingleResultAsync<T>(IGremlinClient, RequestMessage)</h4> + <div class="markdown level1 summary"><p>Submits a request message as an asynchronous operation where only a single result gets returned.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static async Task<T> SubmitWithSingleResultAsync<T>(this IGremlinClient gremlinClient, RequestMessage requestMessage)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a></td> + <td><span class="parametername">gremlinClient</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a> that submits the request.</p> +</td> + </tr> + <tr> + <td><span class="xref">RequestMessage</span></td> + <td><span class="parametername">requestMessage</span></td> + <td><p>The <see cref="!:RequestMessage"></see> to send.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span><T></td> + <td><p>A single result received from the Gremlin Server.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="typeParameters">Type Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="parametername">T</span></td> + <td><p>The type of the expected result.</p> +</td> + </tr> + </tbody> + </table> + <h5 id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitWithSingleResultAsync__1_Gremlin_Net_Driver_IGremlinClient_RequestMessage__remarks">Remarks</h5> + <div class="markdown level1 remarks"><p>If multiple results are received from Gremlin Server, then only the first gets returned. Use +<a class="xref" href="Gremlin.Net.Driver.GremlinClientExtensions.html#Gremlin_Net_Driver_GremlinClientExtensions_SubmitAsync__1_Gremlin_Net_Driver_IGremlinClient_System_String_Dictionary_System_String_System_Object__">SubmitAsync<T>(IGremlinClient, String, Dictionary<String, Object>)</a> instead when you expect a collection of results.</p> +</div> + <h5 class="exceptions">Exceptions</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Condition</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.Exceptions.ResponseException.html">ResponseException</a></td> + <td><p>Thrown when a response is received from Gremlin Server that indicates +that an error occurred.</p> +</td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitWithSingleResultAsync_" data-uid="Gremlin.Net.Driver.GremlinClientExtensions.SubmitWithSingleResultAsync*"></a> + <h4 id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitWithSingleResultAsync__1_Gremlin_Net_Driver_IGremlinClient_System_String_Dictionary_System_String_System_Object__" data-uid="Gremlin.Net.Driver.GremlinClientExtensions.SubmitWithSingleResultAsync``1(Gremlin.Net.Driver.IGremlinClient,System.String,Dictionary{System.String,System.Object})">SubmitWithSingleResultAsync<T>(IGremlinClient, String, Dictionary<String, Object>)</h4> + <div class="markdown level1 summary"><p>Submits a request message that consists of a script with bindings as an asynchronous operation where only a single +result gets returned.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public static async Task<T> SubmitWithSingleResultAsync<T>(this IGremlinClient gremlinClient, string requestScript, Dictionary<string, object> bindings = null)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a></td> + <td><span class="parametername">gremlinClient</span></td> + <td><p>The <a class="xref" href="Gremlin.Net.Driver.IGremlinClient.html">IGremlinClient</a> that submits the request.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.String</span></td> + <td><span class="parametername">requestScript</span></td> + <td><p>The Gremlin request script to send.</p> +</td> + </tr> + <tr> + <td><span class="xref">Dictionary</span><<span class="xref">System.String</span>, <span class="xref">System.Object</span>></td> + <td><span class="parametername">bindings</span></td> + <td><p>Bindings for parameters used in the requestScript.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span><T></td> + <td><p>A single result received from the Gremlin Server.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="typeParameters">Type Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="parametername">T</span></td> + <td><p>The type of the expected result.</p> +</td> + </tr> + </tbody> + </table> + <h5 id="Gremlin_Net_Driver_GremlinClientExtensions_SubmitWithSingleResultAsync__1_Gremlin_Net_Driver_IGremlinClient_System_String_Dictionary_System_String_System_Object___remarks">Remarks</h5> + <div class="markdown level1 remarks"><p>If multiple results are received from Gremlin Server, then only the first gets returned. Use +<a class="xref" href="Gremlin.Net.Driver.GremlinClientExtensions.html#Gremlin_Net_Driver_GremlinClientExtensions_SubmitAsync__1_Gremlin_Net_Driver_IGremlinClient_System_String_Dictionary_System_String_System_Object__">SubmitAsync<T>(IGremlinClient, String, Dictionary<String, Object>)</a> instead when you expect a collection of results.</p> +</div> + <h5 class="exceptions">Exceptions</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Condition</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.Exceptions.ResponseException.html">ResponseException</a></td> + <td><p>Thrown when a response is received from Gremlin Server that indicates +that an error occurred.</p> +</td> + </tr> + </tbody> + </table> +</article> + </div> + + <div class="hidden-sm col-md-2" role="complementary"> + <div class="sideaffix"> + <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> + <h5>In This Article</h5> + <div></div> + </nav> + </div> + </div> + </div> + </div> + + <footer> + <div class="grad-bottom"></div> + <div class="footer"> + <div class="container"> + <span class="pull-right"> + <a href="#top">Back to top</a> + </span> + Copyright © 2018 The Apache Software Foundation + + </div> + </div> + </footer> + </div> + + <script type="text/javascript" src="../styles/docfx.vendor.js"></script> + <script type="text/javascript" src="../styles/docfx.js"></script> + <script type="text/javascript" src="../styles/main.js"></script> + </body> +</html> Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinServer.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinServer.html?rev=1896967&view=auto ============================================================================== --- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinServer.html (added) +++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.GremlinServer.html Wed Jan 12 15:28:11 2022 @@ -0,0 +1,284 @@ +<!DOCTYPE html> +<!--[if IE]><![endif]--> +<html> + + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <title>Class GremlinServer + | Apache TinkerPop - Gremlin.NET API Docs </title> + <meta name="viewport" content="width=device-width"> + <meta name="title" content="Class GremlinServer + | Apache TinkerPop - Gremlin.NET API Docs "> + <meta name="generator" content="docfx 2.58.0.0"> + + <link rel="shortcut icon" href="../images/favicon.ico"> + <link rel="stylesheet" href="../styles/docfx.vendor.css"> + <link rel="stylesheet" href="../styles/docfx.css"> + <link rel="stylesheet" href="../styles/main.css"> + <meta property="docfx:navrel" content="../toc.html"> + <meta property="docfx:tocrel" content="toc.html"> + + <meta property="docfx:rel" content="../"> + + </head> + <body data-spy="scroll" data-target="#affix" data-offset="120"> + <div id="wrapper"> + <header> + + <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + + <a class="navbar-brand" href="../index.html"> + <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt=""> + </a> + </div> + <div class="collapse navbar-collapse" id="navbar"> + <form class="navbar-form navbar-right" role="search" id="search"> + <div class="form-group"> + <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> + </div> + </form> + </div> + </div> + </nav> + + <div class="subnav navbar navbar-default"> + <div class="container hide-when-search" id="breadcrumb"> + <ul class="breadcrumb"> + <li></li> + </ul> + </div> + </div> + </header> + <div class="container body-content"> + + <div id="search-results"> + <div class="search-list">Search Results for <span></span></div> + <div class="sr-items"> + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> + </div> + <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> + </div> + </div> + <div role="main" class="container body-content hide-when-search"> + + <div class="sidenav hide-when-search"> + <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> + <div class="sidetoggle collapse" id="sidetoggle"> + <div id="sidetoc"></div> + </div> + </div> + <div class="article row grid-right"> + <div class="col-md-10"> + <article class="content wrap" id="_content" data-uid="Gremlin.Net.Driver.GremlinServer"> + + + <h1 id="Gremlin_Net_Driver_GremlinServer" data-uid="Gremlin.Net.Driver.GremlinServer" class="text-break">Class GremlinServer + </h1> + <div class="markdown level0 summary"><p>Represents a Gremlin Server.</p> +</div> + <div class="markdown level0 conceptual"></div> + <div class="inheritance"> + <h5>Inheritance</h5> + <div class="level0"><span class="xref">System.Object</span></div> + <div class="level1"><span class="xref">GremlinServer</span></div> + </div> + <div class="inheritedMembers"> + <h5>Inherited Members</h5> + <div> + <span class="xref">System.Object.Equals(System.Object)</span> + </div> + <div> + <span class="xref">System.Object.Equals(System.Object, System.Object)</span> + </div> + <div> + <span class="xref">System.Object.GetHashCode()</span> + </div> + <div> + <span class="xref">System.Object.GetType()</span> + </div> + <div> + <span class="xref">System.Object.MemberwiseClone()</span> + </div> + <div> + <span class="xref">System.Object.ToString()</span> + </div> + <div> + <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span> + </div> + </div> + <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Driver.html">Gremlin.Net.Driver</a></h6> + <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6> + <h5 id="Gremlin_Net_Driver_GremlinServer_syntax">Syntax</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public class GremlinServer</code></pre> + </div> + <h3 id="constructors">Constructors + </h3> + <a id="Gremlin_Net_Driver_GremlinServer__ctor_" data-uid="Gremlin.Net.Driver.GremlinServer.#ctor*"></a> + <h4 id="Gremlin_Net_Driver_GremlinServer__ctor_System_String_System_Int32_System_Boolean_System_String_System_String_" data-uid="Gremlin.Net.Driver.GremlinServer.#ctor(System.String,System.Int32,System.Boolean,System.String,System.String)">GremlinServer(String, Int32, Boolean, String, String)</h4> + <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Gremlin.Net.Driver.GremlinServer.html">GremlinServer</a> class with the specified connection parameters.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public GremlinServer(string hostname = "localhost", int port = 8182, bool enableSsl = false, string username = null, string password = null)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.String</span></td> + <td><span class="parametername">hostname</span></td> + <td><p>The hostname of the server.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.Int32</span></td> + <td><span class="parametername">port</span></td> + <td><p>The port on which Gremlin Server can be reached.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.Boolean</span></td> + <td><span class="parametername">enableSsl</span></td> + <td><p>Specifies whether SSL should be enabled.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.String</span></td> + <td><span class="parametername">username</span></td> + <td><p>The username to submit on requests that require authentication.</p> +</td> + </tr> + <tr> + <td><span class="xref">System.String</span></td> + <td><span class="parametername">password</span></td> + <td><p>The password to submit on requests that require authentication.</p> +</td> + </tr> + </tbody> + </table> + <h3 id="properties">Properties + </h3> + <a id="Gremlin_Net_Driver_GremlinServer_Password_" data-uid="Gremlin.Net.Driver.GremlinServer.Password*"></a> + <h4 id="Gremlin_Net_Driver_GremlinServer_Password" data-uid="Gremlin.Net.Driver.GremlinServer.Password">Password</h4> + <div class="markdown level1 summary"><p>Gets the password to submit on requests that require authentication.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public string Password { get; }</code></pre> + </div> + <h5 class="propertyValue">Property Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.String</span></td> + <td></td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Driver_GremlinServer_Uri_" data-uid="Gremlin.Net.Driver.GremlinServer.Uri*"></a> + <h4 id="Gremlin_Net_Driver_GremlinServer_Uri" data-uid="Gremlin.Net.Driver.GremlinServer.Uri">Uri</h4> + <div class="markdown level1 summary"><p>Gets the URI of the Gremlin Server.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public Uri Uri { get; }</code></pre> + </div> + <h5 class="propertyValue">Property Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Uri</span></td> + <td><p>The WebSocket <span class="xref">System.Uri</span> that the Gremlin Server responds to.</p> +</td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Driver_GremlinServer_Username_" data-uid="Gremlin.Net.Driver.GremlinServer.Username*"></a> + <h4 id="Gremlin_Net_Driver_GremlinServer_Username" data-uid="Gremlin.Net.Driver.GremlinServer.Username">Username</h4> + <div class="markdown level1 summary"><p>Gets the username to submit on requests that require authentication.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public string Username { get; }</code></pre> + </div> + <h5 class="propertyValue">Property Value</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.String</span></td> + <td></td> + </tr> + </tbody> + </table> +</article> + </div> + + <div class="hidden-sm col-md-2" role="complementary"> + <div class="sideaffix"> + <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> + <h5>In This Article</h5> + <div></div> + </nav> + </div> + </div> + </div> + </div> + + <footer> + <div class="grad-bottom"></div> + <div class="footer"> + <div class="container"> + <span class="pull-right"> + <a href="#top">Back to top</a> + </span> + Copyright © 2018 The Apache Software Foundation + + </div> + </div> + </footer> + </div> + + <script type="text/javascript" src="../styles/docfx.vendor.js"></script> + <script type="text/javascript" src="../styles/docfx.js"></script> + <script type="text/javascript" src="../styles/main.js"></script> + </body> +</html> Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.IGremlinClient.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.IGremlinClient.html?rev=1896967&view=auto ============================================================================== --- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.IGremlinClient.html (added) +++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.IGremlinClient.html Wed Jan 12 15:28:11 2022 @@ -0,0 +1,211 @@ +<!DOCTYPE html> +<!--[if IE]><![endif]--> +<html> + + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <title>Interface IGremlinClient + | Apache TinkerPop - Gremlin.NET API Docs </title> + <meta name="viewport" content="width=device-width"> + <meta name="title" content="Interface IGremlinClient + | Apache TinkerPop - Gremlin.NET API Docs "> + <meta name="generator" content="docfx 2.58.0.0"> + + <link rel="shortcut icon" href="../images/favicon.ico"> + <link rel="stylesheet" href="../styles/docfx.vendor.css"> + <link rel="stylesheet" href="../styles/docfx.css"> + <link rel="stylesheet" href="../styles/main.css"> + <meta property="docfx:navrel" content="../toc.html"> + <meta property="docfx:tocrel" content="toc.html"> + + <meta property="docfx:rel" content="../"> + + </head> + <body data-spy="scroll" data-target="#affix" data-offset="120"> + <div id="wrapper"> + <header> + + <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + + <a class="navbar-brand" href="../index.html"> + <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt=""> + </a> + </div> + <div class="collapse navbar-collapse" id="navbar"> + <form class="navbar-form navbar-right" role="search" id="search"> + <div class="form-group"> + <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> + </div> + </form> + </div> + </div> + </nav> + + <div class="subnav navbar navbar-default"> + <div class="container hide-when-search" id="breadcrumb"> + <ul class="breadcrumb"> + <li></li> + </ul> + </div> + </div> + </header> + <div class="container body-content"> + + <div id="search-results"> + <div class="search-list">Search Results for <span></span></div> + <div class="sr-items"> + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> + </div> + <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> + </div> + </div> + <div role="main" class="container body-content hide-when-search"> + + <div class="sidenav hide-when-search"> + <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> + <div class="sidetoggle collapse" id="sidetoggle"> + <div id="sidetoc"></div> + </div> + </div> + <div class="article row grid-right"> + <div class="col-md-10"> + <article class="content wrap" id="_content" data-uid="Gremlin.Net.Driver.IGremlinClient"> + + + <h1 id="Gremlin_Net_Driver_IGremlinClient" data-uid="Gremlin.Net.Driver.IGremlinClient" class="text-break">Interface IGremlinClient + </h1> + <div class="markdown level0 summary"><p>Provides a mechanism for submitting Gremlin requests.</p> +</div> + <div class="markdown level0 conceptual"></div> + <div class="inheritedMembers"> + <h5>Inherited Members</h5> + <div> + <span class="xref">System.IDisposable.Dispose()</span> + </div> + </div> + <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Driver.html">Gremlin.Net.Driver</a></h6> + <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6> + <h5 id="Gremlin_Net_Driver_IGremlinClient_syntax">Syntax</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public interface IGremlinClient : IDisposable</code></pre> + </div> + <h3 id="methods">Methods + </h3> + <a id="Gremlin_Net_Driver_IGremlinClient_SubmitAsync_" data-uid="Gremlin.Net.Driver.IGremlinClient.SubmitAsync*"></a> + <h4 id="Gremlin_Net_Driver_IGremlinClient_SubmitAsync__1_RequestMessage_" data-uid="Gremlin.Net.Driver.IGremlinClient.SubmitAsync``1(RequestMessage)">SubmitAsync<T>(RequestMessage)</h4> + <div class="markdown level1 summary"><p>Submits a request message as an asynchronous operation.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">Task<ResultSet<T>> SubmitAsync<T>(RequestMessage requestMessage)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">RequestMessage</span></td> + <td><span class="parametername">requestMessage</span></td> + <td><p>The <see cref="!:RequestMessage"></see> to send.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span><<a class="xref" href="Gremlin.Net.Driver.ResultSet-1.html">ResultSet</a><T>></td> + <td><p>A <a class="xref" href="Gremlin.Net.Driver.ResultSet-1.html">ResultSet<T></a> containing the data and status attributes returned from the server.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="typeParameters">Type Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="parametername">T</span></td> + <td><p>The type of the expected results.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="exceptions">Exceptions</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Condition</th> + </tr> + </thead> + <tbody> + <tr> + <td><a class="xref" href="Gremlin.Net.Driver.Exceptions.ResponseException.html">ResponseException</a></td> + <td><p>Thrown when a response is received from Gremlin Server that indicates +that an error occurred.</p> +</td> + </tr> + </tbody> + </table> +</article> + </div> + + <div class="hidden-sm col-md-2" role="complementary"> + <div class="sideaffix"> + <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> + <h5>In This Article</h5> + <div></div> + </nav> + </div> + </div> + </div> + </div> + + <footer> + <div class="grad-bottom"></div> + <div class="footer"> + <div class="container"> + <span class="pull-right"> + <a href="#top">Back to top</a> + </span> + Copyright © 2018 The Apache Software Foundation + + </div> + </div> + </footer> + </div> + + <script type="text/javascript" src="../styles/docfx.vendor.js"></script> + <script type="text/javascript" src="../styles/docfx.js"></script> + <script type="text/javascript" src="../styles/main.js"></script> + </body> +</html> Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.IMessageSerializer.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.IMessageSerializer.html?rev=1896967&view=auto ============================================================================== --- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.IMessageSerializer.html (added) +++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Driver.IMessageSerializer.html Wed Jan 12 15:28:11 2022 @@ -0,0 +1,215 @@ +<!DOCTYPE html> +<!--[if IE]><![endif]--> +<html> + + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <title>Interface IMessageSerializer + | Apache TinkerPop - Gremlin.NET API Docs </title> + <meta name="viewport" content="width=device-width"> + <meta name="title" content="Interface IMessageSerializer + | Apache TinkerPop - Gremlin.NET API Docs "> + <meta name="generator" content="docfx 2.58.0.0"> + + <link rel="shortcut icon" href="../images/favicon.ico"> + <link rel="stylesheet" href="../styles/docfx.vendor.css"> + <link rel="stylesheet" href="../styles/docfx.css"> + <link rel="stylesheet" href="../styles/main.css"> + <meta property="docfx:navrel" content="../toc.html"> + <meta property="docfx:tocrel" content="toc.html"> + + <meta property="docfx:rel" content="../"> + + </head> + <body data-spy="scroll" data-target="#affix" data-offset="120"> + <div id="wrapper"> + <header> + + <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + + <a class="navbar-brand" href="../index.html"> + <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt=""> + </a> + </div> + <div class="collapse navbar-collapse" id="navbar"> + <form class="navbar-form navbar-right" role="search" id="search"> + <div class="form-group"> + <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> + </div> + </form> + </div> + </div> + </nav> + + <div class="subnav navbar navbar-default"> + <div class="container hide-when-search" id="breadcrumb"> + <ul class="breadcrumb"> + <li></li> + </ul> + </div> + </div> + </header> + <div class="container body-content"> + + <div id="search-results"> + <div class="search-list">Search Results for <span></span></div> + <div class="sr-items"> + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> + </div> + <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> + </div> + </div> + <div role="main" class="container body-content hide-when-search"> + + <div class="sidenav hide-when-search"> + <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> + <div class="sidetoggle collapse" id="sidetoggle"> + <div id="sidetoc"></div> + </div> + </div> + <div class="article row grid-right"> + <div class="col-md-10"> + <article class="content wrap" id="_content" data-uid="Gremlin.Net.Driver.IMessageSerializer"> + + + <h1 id="Gremlin_Net_Driver_IMessageSerializer" data-uid="Gremlin.Net.Driver.IMessageSerializer" class="text-break">Interface IMessageSerializer + </h1> + <div class="markdown level0 summary"><p>Serializes data to and from Gremlin Server.</p> +</div> + <div class="markdown level0 conceptual"></div> + <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Driver.html">Gremlin.Net.Driver</a></h6> + <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6> + <h5 id="Gremlin_Net_Driver_IMessageSerializer_syntax">Syntax</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public interface IMessageSerializer</code></pre> + </div> + <h3 id="methods">Methods + </h3> + <a id="Gremlin_Net_Driver_IMessageSerializer_DeserializeMessageAsync_" data-uid="Gremlin.Net.Driver.IMessageSerializer.DeserializeMessageAsync*"></a> + <h4 id="Gremlin_Net_Driver_IMessageSerializer_DeserializeMessageAsync_System_Byte___" data-uid="Gremlin.Net.Driver.IMessageSerializer.DeserializeMessageAsync(System.Byte[])">DeserializeMessageAsync(Byte[])</h4> + <div class="markdown level1 summary"><p>Deserializes a <see cref="!:ResponseMessage<T>"></see> from a byte array.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">Task<ResponseMessage<List<object>>> DeserializeMessageAsync(byte[] message)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Byte</span>[]</td> + <td><span class="parametername">message</span></td> + <td><p>The serialized message to deserialize.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span><<span class="xref">ResponseMessage</span><<span class="xref">List</span><<span class="xref">System.Object</span>>>></td> + <td><p>The deserialized <see cref="!:ResponseMessage<T>"></see>.</p> +</td> + </tr> + </tbody> + </table> + <a id="Gremlin_Net_Driver_IMessageSerializer_SerializeMessageAsync_" data-uid="Gremlin.Net.Driver.IMessageSerializer.SerializeMessageAsync*"></a> + <h4 id="Gremlin_Net_Driver_IMessageSerializer_SerializeMessageAsync_RequestMessage_" data-uid="Gremlin.Net.Driver.IMessageSerializer.SerializeMessageAsync(RequestMessage)">SerializeMessageAsync(RequestMessage)</h4> + <div class="markdown level1 summary"><p>Serializes a <see cref="!:RequestMessage"></see>.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">Task<byte[]> SerializeMessageAsync(RequestMessage requestMessage)</code></pre> + </div> + <h5 class="parameters">Parameters</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">RequestMessage</span></td> + <td><span class="parametername">requestMessage</span></td> + <td><p>The <see cref="!:RequestMessage"></see> to serialize.</p> +</td> + </tr> + </tbody> + </table> + <h5 class="returns">Returns</h5> + <table class="table table-bordered table-striped table-condensed"> + <thead> + <tr> + <th>Type</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><span class="xref">System.Threading.Tasks.Task</span><<span class="xref">System.Byte</span>[]></td> + <td><p>The serialized message.</p> +</td> + </tr> + </tbody> + </table> +</article> + </div> + + <div class="hidden-sm col-md-2" role="complementary"> + <div class="sideaffix"> + <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> + <h5>In This Article</h5> + <div></div> + </nav> + </div> + </div> + </div> + </div> + + <footer> + <div class="grad-bottom"></div> + <div class="footer"> + <div class="container"> + <span class="pull-right"> + <a href="#top">Back to top</a> + </span> + Copyright © 2018 The Apache Software Foundation + + </div> + </div> + </footer> + </div> + + <script type="text/javascript" src="../styles/docfx.vendor.js"></script> + <script type="text/javascript" src="../styles/docfx.js"></script> + <script type="text/javascript" src="../styles/main.js"></script> + </body> +</html>
