Implemented interface member:
method
GetMemory
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.IHttpResponseControl.GetMemory(System.Int32)
2 references to GetMemory
InMemory.FunctionalTests (2)
Http3\WebTransport\WebTransportTestUtilities.cs (2)
143
return
GetMemory
(sizeHint).Span;
162
source.CopyTo(
GetMemory
());