Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-rc1_Microsoft.AspNetCore.Connections.Features.md « Microsoft.AspNetCore.App « rc1 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98590f5b337316bd35bcae728fc05f8c7b748828 (plain)
1
2
3
4
5
6
7
8
9
10
# Microsoft.AspNetCore.Connections.Features

``` diff
 namespace Microsoft.AspNetCore.Connections.Features {
+    public interface IStreamClosedFeature {
+        void OnClosed(Action<object?> callback, object? state);
+    }
 }
```