C# 클래스 CSharpUtils._45.MongoAsync.MongoClientAsync

파일 보기 프로젝트 열기: soywiz/csharputils

보호된 프로퍼티들

프로퍼티 타입 설명
TcpClient System.Net.Sockets.TcpClient

공개 메소드들

메소드 설명
Connect ( string Host = "localhost", ushort Port = 27017 ) : void
MongoClientAsync ( ) : System
SendCommand ( ) : Task>

보호된 메소드들

메소드 설명
ReadPacketAsync ( Stream Stream ) : Task
ReadReplyFromMemory ( MemoryStream PacketStream ) : Task>

메소드 상세

Connect() 공개 메소드

public Connect ( string Host = "localhost", ushort Port = 27017 ) : void
Host string
Port ushort
리턴 void

MongoClientAsync() 공개 메소드

public MongoClientAsync ( ) : System
리턴 System

ReadPacketAsync() 보호된 메소드

protected ReadPacketAsync ( Stream Stream ) : Task
Stream Stream
리턴 Task

ReadReplyFromMemory() 보호된 메소드

protected ReadReplyFromMemory ( MemoryStream PacketStream ) : Task>
PacketStream System.IO.MemoryStream
리턴 Task>

SendCommand() 공개 메소드

public SendCommand ( ) : Task>
리턴 Task>

프로퍼티 상세

TcpClient 보호되어 있는 프로퍼티

protected TcpClient,System.Net.Sockets TcpClient
리턴 System.Net.Sockets.TcpClient