1 write to CloseStatus
System (1)
net\System\Net\WebSockets\WebSocketBase.cs (1)
597
m_CloseOutputOperation.
CloseStatus
= closeStatus;
2 references to CloseStatus
System (2)
net\System\Net\WebSockets\WebSocketBase.cs (2)
2161
if (
CloseStatus
== WebSocketCloseStatus.Empty)
2178
payloadBuffer.CloseStatus.CloseStatus = (ushort)
CloseStatus
;