SharpCvsLib

SharpCvsLibConfig.AuthSleep Property

The time between when an authorization request is sent and the response is read. This is used to handle problems from a slow network connection or a slow server.

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

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Config.SharpCvsLibConfig.AuthSleep

See Also

SharpCvsLibConfig Class | ICSharpCode.SharpCvsLib.Config Namespace