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