public int SSHMaxPacketSize { get; set; }Public Property SSHMaxPacketSize As Integer
Get
Setpublic:
property int SSHMaxPacketSize {
int get ();
void set (int value);
}member SSHMaxPacketSize : int with get, setThis property applies to SFTP/SCP only. Use the Protocol property to select the protocol.
The default is generally appropriate in most situations.