Click or drag to resize

ServerDescriptionWireVersionRange Property

Gets the wire version range.

Namespace:  MongoDB.Driver.Core.Servers
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
public Range<int> WireVersionRange { get; }

Property Value

Type: RangeInt32
The wire version range.
See Also