diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-14 14:32:43 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-14 14:32:43 -0500 |
| commit | 180ab02edc62ad6e73ece198bd2f9887468eb159 (patch) | |
| tree | 76bb3f26c72115e75250d73e23a51cdab931e7ba /RSSDP/ISsdpCommunicationsServer.cs | |
| parent | c2e9df41dc288c3a57e98cb8d89c6c49ecb59814 (diff) | |
update msearch
Diffstat (limited to 'RSSDP/ISsdpCommunicationsServer.cs')
| -rw-r--r-- | RSSDP/ISsdpCommunicationsServer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/RSSDP/ISsdpCommunicationsServer.cs b/RSSDP/ISsdpCommunicationsServer.cs index b1e84dc9f..462f33fe6 100644 --- a/RSSDP/ISsdpCommunicationsServer.cs +++ b/RSSDP/ISsdpCommunicationsServer.cs @@ -51,8 +51,7 @@ namespace Rssdp.Infrastructure /// <summary> /// Sends a message to the SSDP multicast address and port. /// </summary> - /// <param name="messageData">A byte array containing the data to send.</param> - Task SendMulticastMessage(byte[] messageData); + Task SendMulticastMessage(string message); #endregion |
