[Modify] Polish it
This commit is contained in:
parent
665ec5a761
commit
c03131a5db
@ -260,7 +260,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// </value>
|
/// </value>
|
||||||
public string Protocol {
|
public string Protocol {
|
||||||
get {
|
get {
|
||||||
return _websocket != null ? _websocket.Protocol : (_protocol ?? String.Empty);
|
return _protocol ?? String.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
set {
|
set {
|
||||||
|
Loading…
Reference in New Issue
Block a user