Interface IStreamFactory
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.Core.dll
Represents a stream factory.
public interface IStreamFactoryMethods
- CreateStream(EndPoint, CancellationToken)
- Creates a stream. 
- CreateStreamAsync(EndPoint, CancellationToken)
- Creates a stream.