SharpCvsLib

CVSServerConnection Members

CVSServerConnection overview

Public Instance Constructors

CVSServerConnection Constructor Initialize the cvs server connection.

Public Instance Fields

ErrorMessageEvent This message event is fired when there is an error message returned from the server.
MessageEvent Message event.

Public Instance Properties

AuthSleep Set the time to sleep between sending the authentication request and receiving the authentication response. Accounts for slow responses on some servers.
InputStream Cvs input stream writer
NextFile The next file.
NextFileDate Next file date.
OutputStream Cvs output stream reader
Port The port that should be used for cvs connections.
Repository The repository information.
RequestMessage Wrapper for the request message delegate on the input stream.
ResponseMessage Wrapper for the response message delegate on the output stream.
Timeout Set the server timeout value.
UncompressedFileHandler Gets a file handler for files that are not zipped.

Public Instance Methods

Authentication Authentication for the repository.
Close Close the cvs server connection.
Connect Connect to the repository.
Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
SendErrorMessage Use this event to send error messages to a client.
SendFile Send a file to the cvs repository.
SendMessageOverloaded. Send the message to the message event handler.
SubmitRequest Submit a request to the cvs repository.
ToString (inherited from Object)

Protected Instance Methods

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

See Also

CVSServerConnection Class | ICSharpCode.SharpCvsLib.Client Namespace