WritableBufferAwaitable Struct
// .NET Standard 2.0 + Platform Extensions
// Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions, Version=2.0.2.0, PublicKeyToken=adb9793829ddae60
namespace Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines
{
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public struct WritableBufferAwaitable : ICriticalNotifyCompletion, INotifyCompletion
}
Usage
- ID
- T:Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines.WritableBufferAwaitable
Declarations
Platform |
Version |
Assembly |
.NET Core + Platform Extensions |
2.0 |
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions, Version=2.0.2.0, PublicKeyToken=adb9793829ddae60
|
.NET Standard + Platform Extensions |
2.0 |
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions, Version=2.0.2.0, PublicKeyToken=adb9793829ddae60
|
ASP.NET Core |
2.0 |
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions, Version=2.0.1.0, PublicKeyToken=adb9793829ddae60
|