aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/ISsdpCommunicationsServer.cs
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2019-03-07 20:16:51 +0100
committerClaus Vium <clausvium@gmail.com>2019-03-07 20:16:51 +0100
commit0abe57e930e44eab9566991f33b089d1e61cfb83 (patch)
tree602be322daedca127ba66de07837ac8e792730a7 /RSSDP/ISsdpCommunicationsServer.cs
parentdfff68b2f4ca8d3da59508eb4cbe2e751ed76f49 (diff)
parentae0ecc1b10982d9240ecdcc82cb7299fc708aafb (diff)
Merge remote-tracking branch 'remotes/upstream/master' into kestrel_poc
Diffstat (limited to 'RSSDP/ISsdpCommunicationsServer.cs')
-rw-r--r--RSSDP/ISsdpCommunicationsServer.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/RSSDP/ISsdpCommunicationsServer.cs b/RSSDP/ISsdpCommunicationsServer.cs
index ef75f997f..c99d684a1 100644
--- a/RSSDP/ISsdpCommunicationsServer.cs
+++ b/RSSDP/ISsdpCommunicationsServer.cs
@@ -45,8 +45,8 @@ namespace Rssdp.Infrastructure
/// <summary>
/// Sends a message to the SSDP multicast address and port.
/// </summary>
- Task SendMulticastMessage(string message, CancellationToken cancellationToken);
- Task SendMulticastMessage(string message, int sendCount, CancellationToken cancellationToken);
+ Task SendMulticastMessage(string message, IpAddressInfo fromLocalIpAddress, CancellationToken cancellationToken);
+ Task SendMulticastMessage(string message, int sendCount, IpAddressInfo fromLocalIpAddress, CancellationToken cancellationToken);
#endregion
@@ -63,4 +63,4 @@ namespace Rssdp.Infrastructure
#endregion
}
-} \ No newline at end of file
+}