Table of Contents

Method CreateStream

Namespace
MongoDB.Driver.Core.Connections
Assembly
MongoDB.Driver.Core.dll

CreateStream(EndPoint, CancellationToken)

Creates a stream.

Stream CreateStream(EndPoint endPoint, CancellationToken cancellationToken)

Parameters

endPoint EndPoint

The end point.

cancellationToken CancellationToken

The cancellation token.

Returns

Stream

A Stream.