Xceed .NET Libraries Documentation
OverrideChannelParameters Method


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > SSHConnectionProtocol Class : OverrideChannelParameters Method
Syntax
'Declaration
 
Public Shared Sub OverrideChannelParameters( _
   ByRef windowSize As Integer, _
   ByRef maximumPacketSize As Integer, _
   ByVal serverIDString As SSHIdentificationStringByteReader, _
   ByVal traceWriter As ISSHTraceWriter _
) 
'Usage
 
Dim windowSize As Integer
Dim maximumPacketSize As Integer
Dim serverIDString As SSHIdentificationStringByteReader
Dim traceWriter As ISSHTraceWriter
 
SSHConnectionProtocol.OverrideChannelParameters(windowSize, maximumPacketSize, serverIDString, traceWriter)
public static void OverrideChannelParameters( 
   ref int windowSize,
   ref int maximumPacketSize,
   SSHIdentificationStringByteReader serverIDString,
   ISSHTraceWriter traceWriter
)

Parameters

windowSize
maximumPacketSize
serverIDString
traceWriter
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SSHConnectionProtocol Class
SSHConnectionProtocol Members