SharpCvsLib

SharpCvsLibConfig Properties

The properties of the SharpCvsLibConfig class are listed below. For a complete list of SharpCvsLibConfig class members, see the SharpCvsLibConfig Members topic.

Public Static (Shared) Properties

DefaultEncoding The default encoding to use for streams.
Encoding The encoding to use for streams.

Public Instance Properties

AuthSleep 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.
Log Logging configuration settings.
Shell The cvs connection type
  1. ssh
  2. pserver
  3. ext
Timeout The timeout value for the cvs server connection.
Verbose Set to
true
if the request/ response commands should be sent to a log file.

See Also

SharpCvsLibConfig Class | ICSharpCode.SharpCvsLib.Config Namespace