2 references to CLOSE_STATUS_NOT_SET
System.Web (2)
WebSockets\AspNetWebSocket.cs (2)
80
private WebSocketCloseStatus _closeStatus =
CLOSE_STATUS_NOT_SET
;
119
if (closeStatus ==
CLOSE_STATUS_NOT_SET
) {