Click or drag to resize

MongoServerAddress Constructor (String)

Initializes a new instance of MongoServerAddress.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
public MongoServerAddress(
	string host
)

Parameters

host
Type: SystemString
The server's host name.
See Also