My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

Assembly: MongoDB.Driver.dll
Namespace: MongoDB.Driver
Type Name: ServerBinding (class)

Methods:

T_MongoDB_Driver_ServerBinding  
API documentation for the ServerBinding type
WikiDoc, Type
Updated Jun 8, 2010 by ee.devf...@gmail.com

Example

ServerBinding withport = new ServerBinding("localhost", 1910); //Equivalent to "mongo://localhost:1910"

Members

Methods

Constructors

Equals

||===== Returns ===== trueif the specified Object is equal to this instance; otherwise,false.
ServerBinding(System.Uri, Boolean)
bool Equals(object other)

GetDBBinding

||===== Returns =====
IDBBinding GetDBBinding(Uri name)

GetHashCode

||===== Returns ===== A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
int GetHashCode()

ToString

||===== Returns ===== A String that represents this instance.
string ToString()


Sign in to add a comment
Powered by Google Project Hosting