Refactored a few for HttpConnection.cs

This commit is contained in:
sta 2015-01-14 13:47:55 +09:00
parent 4fbcd862f3
commit 75ac784100

View File

@ -83,9 +83,9 @@ namespace WebSocketSharp.Net
#endregion
#region Public Constructors
#region Internal Constructors
public HttpConnection (Socket socket, EndPointListener listener)
internal HttpConnection (Socket socket, EndPointListener listener)
{
_socket = socket;
_listener = listener;