Property HelloOk
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.Core.dll
HelloOk
Gets whether the server support the hello command.
public bool HelloOk { get; }Property Value
- bool
- True if helloOk:true was included in the response; false otherwise.