[Modify] Remove it

This commit is contained in:
sta 2016-04-28 16:16:19 +09:00
parent 911bdc1591
commit b95b61627c

View File

@ -420,11 +420,6 @@ namespace WebSocketSharp.Net.WebSockets
_request = HttpRequest.Read (_stream, 15000);
}
internal void SetUser (IPrincipal value)
{
_user = value;
}
#endregion
#region Public Methods