[Modify] Polish it

This commit is contained in:
sta 2018-06-08 19:43:25 +09:00
parent 665ec5a761
commit c03131a5db

View File

@ -260,7 +260,7 @@ namespace WebSocketSharp.Server
/// </value>
public string Protocol {
get {
return _websocket != null ? _websocket.Protocol : (_protocol ?? String.Empty);
return _protocol ?? String.Empty;
}
set {