The properties of the CVSServerConnection class are listed below. For a complete list of CVSServerConnection class members, see the CVSServerConnection Members topic.
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. |
CVSServerConnection Class | ICSharpCode.SharpCvsLib.Client Namespace