1 write to shouldDisposeWebSocketAfterClosed
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
123this.shouldDisposeWebSocketAfterClosed = value;
1 reference to shouldDisposeWebSocketAfterClosed
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
388if (this.shouldDisposeWebSocketAfterClosed && this.webSocket != null)