The properties of the CvsStream class are listed below. For a complete list of CvsStream class members, see the CvsStream Members topic.
BaseStream | Base stream object. |
CanRead | I needed to implement the abstract member. |
CanSeek | I needed to implement the abstract member. |
CanWrite | I needed to implement the abstract member. |
Length | I needed to implement the abstract member. |
Position | I needed to implement the abstract member. |
RequestMessage | Triggered when there is a message sent or written to the cvs stream. |
ResponseMessage | Occurs when there is a response recieved or read from the cvs stream. |
CvsStream Class | ICSharpCode.SharpCvsLib.Streams Namespace