Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRune Henriksen <ruju@itu.dk>2018-02-18 02:18:44 +0300
committerRune Henriksen <ruju@itu.dk>2018-02-18 02:18:44 +0300
commit00292953c327412643d84c6c95ce3f63ff28ed8a (patch)
treee277f375c8206ba95c2ae84df9f52e042629d332 /Duplicati/Library/Interface
parent6adff7e8f5a970bb9ef99c8f2c68833fe3e6bd19 (diff)
added DNSName getter on Backend interface and added NotImplementedException methods on each backend class
Diffstat (limited to 'Duplicati/Library/Interface')
-rw-r--r--Duplicati/Library/Interface/IBackend.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Duplicati/Library/Interface/IBackend.cs b/Duplicati/Library/Interface/IBackend.cs
index 8281a9372..709006e54 100644
--- a/Duplicati/Library/Interface/IBackend.cs
+++ b/Duplicati/Library/Interface/IBackend.cs
@@ -82,6 +82,11 @@ namespace Duplicati.Library.Interface
string Description { get; }
/// <summary>
+ /// The DNS name used to resolve the IP address for this backend
+ /// </summary>
+ string DNSName { get; }
+
+ /// <summary>
/// The purpose of this method is to test the connection to the remote backend.
/// If any problem is encountered, this method should throw an exception.
/// If the encountered problem is a missing target &quot;folder&quot;,