Table of Contents

Constructor ChannelReadWriteBinding

Namespace
MongoDB.Driver.Core.Bindings
Assembly
MongoDB.Driver.Core.dll

ChannelReadWriteBinding(IServer, IChannelHandle, ICoreSessionHandle)

Initializes a new instance of the ChannelReadWriteBinding class.

public ChannelReadWriteBinding(IServer server, IChannelHandle channel, ICoreSessionHandle session)

Parameters

server IServer

The server.

channel IChannelHandle

The channel.

session ICoreSessionHandle

The session.