4 references to Empty
System (3)
net\System\Net\WebSockets\WebSocketBase.cs (1)
2161
if (CloseStatus == WebSocketCloseStatus.
Empty
)
net\System\Net\WebSockets\WebSocketHelpers.cs (2)
414
if (closeStatus == WebSocketCloseStatus.
Empty
&& !string.IsNullOrEmpty(statusDescription))
418
WebSocketCloseStatus.
Empty
),
System.Web (1)
WebSockets\AspNetWebSocket.cs (1)
491
if (closeStatus == WebSocketCloseStatus.
Empty
) {