1 write to CloseStatusDescription
System.Net.WebSockets (1)
System\Net\WebSockets\WebSocketReceiveResult.cs (1)
27
CloseStatusDescription
= closeStatusDescription;
3 references to CloseStatusDescription
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
717
_closeDetails.InputCloseStatusDescription = result.
CloseStatusDescription
;
Microsoft.AspNetCore.Owin (1)
WebSockets\WebSocketAdapter.cs (1)
83
_environment[OwinConstants.WebSocket.ClientCloseDescription] = nativeResult.
CloseStatusDescription
?? string.Empty;
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
689
_closeDetails.InputCloseStatusDescription = result.
CloseStatusDescription
;