1 write to _pWebSocketContext
System.Web (1)
WebSockets\UnmanagedWebSocketContext.cs (1)
23_pWebSocketContext = pWebSocketContext;
5 references to _pWebSocketContext
System.Web (5)
WebSockets\UnmanagedWebSocketContext.cs (5)
27return IIS.MgdWebSocketWriteFragment(_pWebSocketContext, pData, ref pcbSent, fAsync, fUtf8Encoded, fFinalFragment, pfnCompletion, pvCompletionContext, out pfCompletionExpected); 31return IIS.MgdWebSocketReadFragment(_pWebSocketContext, pData, ref pcbData, fAsync, out pfUtf8Encoded, out pfFinalFragment, out pfConnectionClose, pfnCompletion, pvCompletionContext, out pfCompletionExpected); 35return IIS.MgdWebSocketSendConnectionClose(_pWebSocketContext, fAsync, uStatusCode, szReason, pfnCompletion, pvCompletionContext, out pfCompletionExpected); 39return IIS.MgdWebSocketGetCloseStatus(_pWebSocketContext, out pStatusCode, out ppszReason, out pcchReason); 43IIS.MgdWebSocketCloseTcpConnection(_pWebSocketContext);