SharpCvsLib

CvsRoot.Protocol Property

The protocol to use when communicating with the server. Currently supported and accepted values are:

  1. pserver
  2. ssh
  3. ext

[Visual Basic]
Public Property Protocol As String
[C#]
public string Protocol {get; set;}

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Misc.CvsRoot.Protocol

See Also

CvsRoot Class | ICSharpCode.SharpCvsLib.Misc Namespace