[Modify] Remove it

This commit is contained in:
sta 2016-04-28 16:20:59 +09:00
parent b95b61627c
commit b9ffe1c815

View File

@ -107,12 +107,6 @@ namespace WebSocketSharp.Net.WebSockets
#region Internal Properties
internal string HttpMethod {
get {
return _request.HttpMethod;
}
}
internal Logger Log {
get {
return _logger;