[This is preliminary documentation and is subject to change.]
The SVNFileSystemSessionConnectParams type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | SVNFileSystemSessionConnectParams | Initializes a new instance of the SVNFileSystemSessionConnectParams class |
![]() | SVNFileSystemSessionConnectParams(IConfigSectionNode) | Initializes a new instance of the SVNFileSystemSessionConnectParams class |
![]() | SVNFileSystemSessionConnectParams(String, String) | Initializes a new instance of the SVNFileSystemSessionConnectParams class |
Methods
Name | Description | |
---|---|---|
![]() | Configure | (Overrides FileSystemSessionConnectParams Configure(IConfigSectionNode).) |
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() ![]() | CONFIG_SERVERURL_ATTR | |
![]() ![]() | CONFIG_TIMEOUT_MS_ATTR | |
![]() ![]() | CONFIG_UNAME_ATTR | |
![]() ![]() | CONFIG_UPWD_ATTR |
Properties
Name | Description | |
---|---|---|
![]() | Name | (Inherited from FileSystemSessionConnectParams.) |
![]() | ServerURL |
SVN Server URL i.e. 'http://assembla.com/svn/myRepository'
|
![]() | TimeoutMs |
Request timeout milliseconds
|
![]() | User | (Inherited from FileSystemSessionConnectParams.) |
![]() | Version | (Inherited from FileSystemSessionConnectParams.) |
See Also