1 write to _handler
Microsoft.AspNetCore.Server.IIS (1)
Core\IO\AsyncIOEngine.cs (1)
28
_handler
= handler;
5 references to _handler
Microsoft.AspNetCore.Server.IIS (5)
Core\IO\AsyncIOEngine.cs (5)
34
read.Initialize(
_handler
, memory);
52
write.Initialize(
_handler
, data);
137
NativeMethods.HttpTryCancelIO(
_handler
);
163
flush.Initialize(
_handler
, moreData);
216
NativeMethods.HttpTryCancelIO(
_handler
);