Class TcpStreamSettings
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Driver.Core.Configuration
Assembly
MongoDB.Driver.dll
Represents settings for a TCP stream.
public class TcpStreamSettings
Inheritance
TcpStreamSettings
Inherited Members
Constructors
Initializes a new instance of the TcpStreamSettings class.
Properties
Gets the address family.
Gets the connect timeout.
Gets the read timeout.
Gets the size of the receive buffer.
Gets the size of the send buffer.
Gets the socket configurator.
Gets the write timeout.
Methods
Returns a new TcpStreamSettings instance with some settings changed.