aboutsummaryrefslogtreecommitdiff
path: root/Mono.Nat/INatDevice.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-01-16 19:10:42 +0100
committerGitHub <noreply@github.com>2019-01-16 19:10:42 +0100
commit900dc851e6c810f9e1772a6fb901a5a7e2801baf (patch)
tree205bac3cd6df971ee18739e59bd4da0ffe91718b /Mono.Nat/INatDevice.cs
parent07a8e49c4b1e4a2dddbaa49ab6f1ff4f271fbf20 (diff)
parent933ef438894ed233fec46badf58dd4f26492e832 (diff)
Merge branch 'dev' into cleanup
Diffstat (limited to 'Mono.Nat/INatDevice.cs')
-rw-r--r--Mono.Nat/INatDevice.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/Mono.Nat/INatDevice.cs b/Mono.Nat/INatDevice.cs
index b0401627b..6a1509071 100644
--- a/Mono.Nat/INatDevice.cs
+++ b/Mono.Nat/INatDevice.cs
@@ -13,10 +13,10 @@
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
-//
+//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
-//
+//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -34,12 +34,12 @@ using System.Threading.Tasks;
namespace Mono.Nat
{
- public interface INatDevice
- {
- Task CreatePortMap (Mapping mapping);
-
- IPAddress LocalAddress { get; }
+ public interface INatDevice
+ {
+ Task CreatePortMap (Mapping mapping);
+
+ IPAddress LocalAddress { get; }
- DateTime LastSeen { get; set; }
- }
+ DateTime LastSeen { get; set; }
+ }
}