Class SVNFileSystemSessionConnectParams
Provides connection parameters specific to SVNFIleSystemSession
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.IO.FileSystem.SVN
Assembly: Azos.Web.dll
Syntax
public class SVNFileSystemSessionConnectParams : FileSystemSessionConnectParams, INamed, IConfigurable
Constructors
SVNFileSystemSessionConnectParams()
Declaration
public SVNFileSystemSessionConnectParams()
SVNFileSystemSessionConnectParams(IConfigSectionNode)
Declaration
public SVNFileSystemSessionConnectParams(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |
SVNFileSystemSessionConnectParams(String, String)
Declaration
public SVNFileSystemSessionConnectParams(string connectString, string format = "laconf")
Parameters
Type | Name | Description |
---|---|---|
System.String | connectString | |
System.String | format |
Fields
CONFIG_SERVERURL_ATTR
Declaration
public const string CONFIG_SERVERURL_ATTR = "server-url"
Field Value
Type | Description |
---|---|
System.String |
CONFIG_TIMEOUT_MS_ATTR
Declaration
public const string CONFIG_TIMEOUT_MS_ATTR = "timeout-ms"
Field Value
Type | Description |
---|---|
System.String |
CONFIG_UNAME_ATTR
Declaration
public const string CONFIG_UNAME_ATTR = "user-name"
Field Value
Type | Description |
---|---|
System.String |
CONFIG_UPWD_ATTR
Declaration
public const string CONFIG_UPWD_ATTR = "user-password"
Field Value
Type | Description |
---|---|
System.String |
Properties
ServerURL
SVN Server URL i.e. 'http://assembla.com/svn/myRepository'
Declaration
[Config]
public string ServerURL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeoutMs
Request timeout milliseconds
Declaration
[Config]
public int TimeoutMs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Configure(IConfigSectionNode)
Declaration
public override void Configure(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |