[Modify] It will be removed

master
sta 9 years ago
parent 2ef6af69fe
commit e3b86b5627

@ -582,6 +582,7 @@ namespace WebSocketSharp.Server
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// <paramref name="data"/> could not be UTF-8-encoded. /// <paramref name="data"/> could not be UTF-8-encoded.
/// </exception> /// </exception>
[Obsolete ("This method will be removed.")]
public void Broadcast (string data) public void Broadcast (string data)
{ {
if (_state != ServerState.Start) { if (_state != ServerState.Start) {

Loading…
Cancel
Save