1 write to m_KeepAliveOperation
System (1)
net\System\Net\WebSockets\WebSocketBase.cs (1)
1147m_KeepAliveOperation = keepAliveOperation;
3 references to m_KeepAliveOperation
System (3)
net\System\Net\WebSockets\WebSocketBase.cs (3)
1139if (m_KeepAliveOperation == null) 1143if (m_KeepAliveOperation == null) 1565thisPtr.m_KeepAliveTask = thisPtr.m_KeepAliveOperation.Process(null, linkedCancellationToken);