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)
37return NativeMethods.HttpWebsocketsWriteBytes(requestHandler, dataChunks, chunkCount, &WriteCallback, (IntPtr)_thisHandle, out completionExpected); 47_thisHandle.Free();