SharpCvsLib

CVSServerConnection.AuthSleep Property

Set the time to sleep between sending the authentication request and receiving the authentication response. Accounts for slow responses on some servers.

[Visual Basic]
Public ReadOnly Property AuthSleep As Integer
[C#]
public int AuthSleep {get;}

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Client.CVSServerConnection.AuthSleep

See Also

CVSServerConnection Class | ICSharpCode.SharpCvsLib.Client Namespace