C# Class Renci.SshNet.Common.ChannelOpenConfirmedEventArgs

Provides data for Renci.SshNet.Channels.ClientChannel.OpenConfirmed event.
Inheritance: ChannelEventArgs
显示文件 Open project: sshnet/SSH.NET

Public Methods

Method Description
ChannelOpenConfirmedEventArgs ( uint remoteChannelNumber, uint initialWindowSize, uint maximumPacketSize )

Initializes a new instance of the ChannelOpenConfirmedEventArgs class.

Method Details

ChannelOpenConfirmedEventArgs() public method

Initializes a new instance of the ChannelOpenConfirmedEventArgs class.
public ChannelOpenConfirmedEventArgs ( uint remoteChannelNumber, uint initialWindowSize, uint maximumPacketSize )
remoteChannelNumber uint The remote channel number.
initialWindowSize uint The initial window size.
maximumPacketSize uint The maximum packet size.