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