Initializes a new instance of the SshMsgKexDhGexRequest class

Namespace: Jscape.Ssh.Transport.Messages
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public SshMsgKexDhGexRequest(
	int min,
	int n,
	int max
)
Visual Basic
Public Sub New ( _
	min As Integer, _
	n As Integer, _
	max As Integer _
)
Visual C++
public:
SshMsgKexDhGexRequest(
	int min, 
	int n, 
	int max
)

Parameters

min
Type: System..::..Int32
n
Type: System..::..Int32
max
Type: System..::..Int32

See Also