SharpCvsLib

SharpCvsLibConfig Members

SharpCvsLibConfig overview

Public Static (Shared) Fields

DEFAULT_ENCODING The default encoding type for the application.
DEFAULT_PORT The default port that a cvs server listens on.
SUB_SECTION The sub section of this configuration entity in the application configuration file.

Public Static (Shared) Properties

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

Public Static (Shared) Methods

GetInstance Get a new instance of the configuration settings. If the configuration file cannot be loaded then use default configuration settings.

Public Instance Constructors

SharpCvsLibConfig Constructor Create a new instance of the logging configuration.

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.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString Return a human readable representation of the object.

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

SharpCvsLibConfig Class | ICSharpCode.SharpCvsLib.Config Namespace