C# Class MongoDB.Driver.Connection.Port

Inheritance: IDisposable
Mostrar archivo Open project: dannycoates/mongo-clr4-driver

Private Properties

Property Type Description
CreateStream NetworkStream
Dispose void
Port System
Port System

Public Methods

Method Description
Auth ( bool doAuth, string dbname, string username, string pwhash ) : void
Dispose ( ) : void
Receive ( ) : ReplyMessage

Private Methods

Method Description
CreateStream ( string host, int port ) : NetworkStream
Dispose ( bool disposing ) : void
Port ( NetworkStream stream ) : System
Port ( string host, int port ) : System

Method Details

Auth() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Receive() public method

public Receive ( ) : ReplyMessage
return ReplyMessage