Skip to content

Commit

Permalink
Pulled Close method up to IWebSocketConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernst Naezer committed Jun 29, 2011
1 parent f10b7eb commit ea34a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fleck/Interfaces/IWebSocketConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ public interface IWebSocketConnection
Action OnClose { get; set; }
Action<string> OnMessage { get; set; }
void Send(string message);
void Close();
}
}

0 comments on commit ea34a8e

Please sign in to comment.