SharpCvsLib

StickyRequest Class

Response expected: no. Tell the server that the directory most recently specified with Directory has a sticky tag or date tagspec. The first character of tagspec is `T' for a tag, or `D' for a date. The remainder of tagspec contains the actual tag or date. The server should remember Static-directory and Sticky requests for a particular directory; the client need not resend them each time it sends a Directory request for a given directory. However, the server is not obliged to remember them beyond the context of a single command.

For a list of all members of this type, see StickyRequest Members.

System.Object
   AbstractRequest
      StickyRequest

[Visual Basic]
Public Class StickyRequest
Inherits AbstractRequest
[C#]
public class StickyRequest : AbstractRequest

Requirements

Namespace: ICSharpCode.SharpCvsLib.Requests

Assembly: ICSharpCode.SharpCvsLib (in ICSharpCode.SharpCvsLib.dll)

See Also

StickyRequest Members | ICSharpCode.SharpCvsLib.Requests Namespace