Interface IStreamFactory
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Driver.Core.Connections
Assembly
MongoDB.Driver.dll
Represents a stream factory.
public interface IStreamFactory
Methods
CreateStream(EndPoint, CancellationToken)
Creates a stream.
CreateStreamAsync(EndPoint, CancellationToken)
Creates a stream.