CVSServerConnection Constructor | Initialize the cvs server connection. |
ErrorMessageEvent | This message event is fired when there is an error message returned from the server. |
MessageEvent | Message event. |
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. |
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. |
SendMessage | Overloaded. Send the message to the message event handler. |
SubmitRequest | Submit a request to the cvs repository. |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
CVSServerConnection Class | ICSharpCode.SharpCvsLib.Client Namespace