IsMasterResultMaxWireVersion Property |
Gets the maximum wire version.
Namespace: MongoDB.Driver.Core.ConnectionsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax public int MaxWireVersion { get; }
Public ReadOnly Property MaxWireVersion As Integer
Get
member MaxWireVersion : int with get
Property Value
Type:
Int32
The maximum wire version.
See Also