C# Class Neo4jClient.GraphClient

Inheritance: IRawGraphClient, IInternalTransactionalGraphClient, IDisposable
Mostra file Open project: Readify/Neo4jClient Class Usage Examples

Public Methods

Method Description
ConnectAsync ( NeoServerConfiguration configuration = null ) : System.Threading.Tasks.Task
GraphClient ( Uri rootUri, bool expect100Continue, bool useNagleAlgorithm, string username = null, string password = null ) : System
GraphClient ( Uri rootUri, string username = null, string password = null ) : System

Method Details

ConnectAsync() public method

public ConnectAsync ( NeoServerConfiguration configuration = null ) : System.Threading.Tasks.Task
configuration NeoServerConfiguration
return System.Threading.Tasks.Task

GraphClient() public method

public GraphClient ( Uri rootUri, bool expect100Continue, bool useNagleAlgorithm, string username = null, string password = null ) : System
rootUri System.Uri
expect100Continue bool
useNagleAlgorithm bool
username string
password string
return System

GraphClient() public method

public GraphClient ( Uri rootUri, string username = null, string password = null ) : System
rootUri System.Uri
username string
password string
return System