Method CreateStreamAsync
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.Core.dll
CreateStreamAsync(EndPoint, CancellationToken)
Creates a stream.
Task<Stream> CreateStreamAsync(EndPoint endPoint, CancellationToken cancellationToken)
Parameters
endPoint
EndPointThe end point.
cancellationToken
CancellationTokenThe cancellation token.