C# 클래스 MongoDB.Driver.Connection.Port

상속: IDisposable
파일 보기 프로젝트 열기: dannycoates/mongo-clr4-driver

Private Properties

프로퍼티 타입 설명
CreateStream NetworkStream
Dispose void
Port System
Port System

공개 메소드들

메소드 설명
Auth ( bool doAuth, string dbname, string username, string pwhash ) : void
Dispose ( ) : void
Receive ( ) : ReplyMessage

비공개 메소드들

메소드 설명
CreateStream ( string host, int port ) : NetworkStream
Dispose ( bool disposing ) : void
Port ( NetworkStream stream ) : System
Port ( string host, int port ) : System

메소드 상세

Auth() 공개 메소드

public Auth ( bool doAuth, string dbname, string username, string pwhash ) : void
doAuth bool
dbname string
username string
pwhash string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Receive() 공개 메소드

public Receive ( ) : ReplyMessage
리턴 ReplyMessage