1 write to CloseStatusDescription
System (1)
net\System\Net\WebSockets\WebSocketReceiveResult.cs (1)
32this.CloseStatusDescription = closeStatusDescription;
4 references to CloseStatusDescription
System (2)
net\System\Net\WebSockets\WebSocketBase.cs (1)
1721m_WebSocket.FinishOnCloseReceived(ReceiveResult.CloseStatus.Value, ReceiveResult.CloseStatusDescription);
net\System\Net\WebSockets\WebSocketReceiveResult.cs (1)
50this.CloseStatusDescription);
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
828this.closeDetails.InputCloseStatusDescription = result.CloseStatusDescription;
System.Web (1)
WebSockets\AspNetWebSocket.cs (1)
405_closeStatusDescription = result.CloseStatusDescription;