C# 클래스 Neo4jClient.GraphClient

상속: IRawGraphClient, IInternalTransactionalGraphClient, IDisposable
파일 보기 프로젝트 열기: Readify/Neo4jClient 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ConnectAsync() 공개 메소드

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

GraphClient() 공개 메소드

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
리턴 System

GraphClient() 공개 메소드

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