C# Class MongoDB.Driver.Connection.Port

Inheritance: IDisposable
Afficher le fichier Open project: dannycoates/mongo-clr4-driver

Private Properties

Свойство Type Description
CreateStream NetworkStream
Dispose void
Port System
Port System

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Auth ( bool doAuth, string dbname, string username, string pwhash ) : void
doAuth bool
dbname string
username string
pwhash string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Receive() public méthode

public Receive ( ) : ReplyMessage
Résultat ReplyMessage