public bool SendInitialWindowAdjust { get; set; }Public Property SendInitialWindowAdjust As Boolean
Get
Setpublic:
property bool SendInitialWindowAdjust {
bool get ();
void set (bool value);
}member SendInitialWindowAdjust : bool with get, setOccasionally some servers don't seem to like getting this initial message, and in this case set this property to false. This should normally be left alone unless familiar with SSH.