1 implementation of GetMemory
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
1489
public Memory<byte>
GetMemory
(int sizeHint = 0)
1 reference to GetMemory
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpResponsePipeWriter.cs (1)
55
return _pipeControl.
GetMemory
(sizeHint);