ClusterBuilderConfigureTcp Method  | 
 
            Configures the TCP stream settings.
            
 
    Namespace: 
   MongoDB.Driver.Core.Configuration
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic ClusterBuilder ConfigureTcp(
	Func<TcpStreamSettings, TcpStreamSettings> configurator
)
Public Function ConfigureTcp ( 
	configurator As Func(Of TcpStreamSettings, TcpStreamSettings)
) As ClusterBuilder
member ConfigureTcp : 
        configurator : Func<TcpStreamSettings, TcpStreamSettings> -> ClusterBuilder 
Parameters
- configurator
 - Type: SystemFuncTcpStreamSettings, TcpStreamSettings
The TCP stream settings configurator delegate. 
Return Value
Type: 
ClusterBuilderA reconfigured cluster builder.
See Also