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