1 write to _thisHandle
Microsoft.AspNetCore.Server.IIS (1)
Core\IO\WebSocketsAsyncIOEngine.Write.cs (1)
31
_thisHandle
= GCHandle.Alloc(this);
2 references to _thisHandle
Microsoft.AspNetCore.Server.IIS (2)
Core\IO\WebSocketsAsyncIOEngine.Write.cs (2)
37
return NativeMethods.HttpWebsocketsWriteBytes(requestHandler, dataChunks, chunkCount, &WriteCallback, (IntPtr)
_thisHandle
, out completionExpected);
47
_thisHandle
.Free();