Property ResponseExpected
- Namespace
- MongoDB.Driver.Core.WireProtocol.Messages
- Assembly
- MongoDB.Driver.Core.dll
ResponseExpected
Gets a value indicating whether a response is expected.
public bool ResponseExpected { get; }Property Value
- bool
- trueif a response is expected; otherwise,- false.