Table of Contents

Constructor SslStreamFactory

Namespace
MongoDB.Driver.Core.Connections
Assembly
MongoDB.Driver.dll

SslStreamFactory(SslStreamSettings, IStreamFactory)

Constructs an Ssl Stream Factory.

public SslStreamFactory(SslStreamSettings settings, IStreamFactory wrapped)

Parameters

settings SslStreamSettings

The SslStreamSettings.

wrapped IStreamFactory

The underlying stream factory.