1 write to CloseStatusDescription
System.Net.WebSockets (1)
System\Net\WebSockets\WebSocketReceiveResult.cs (1)
27CloseStatusDescription = 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;