2 overrides of WriteChunks
Microsoft.AspNetCore.Server.IIS (2)
Core\IO\AsyncIOEngine.Write.cs (1)
19
protected override unsafe int
WriteChunks
(NativeSafeHandle requestHandler, int chunkCount, HTTP_DATA_CHUNK* dataChunks,
Core\IO\WebSocketsAsyncIOEngine.Write.cs (1)
35
protected override unsafe int
WriteChunks
(NativeSafeHandle requestHandler, int chunkCount, HTTP_DATA_CHUNK* dataChunks, out bool completionExpected)
1 reference to WriteChunks
Microsoft.AspNetCore.Server.IIS (1)
Core\IO\AsyncWriteOperationBase.cs (1)
119
return
WriteChunks
(requestHandler, nChunks, pDataChunks, out fCompletionExpected);