3 writes to _socket
System.Net.HttpListener (3)
System\Net\Managed\HttpConnection.cs (3)
76_socket = sock; 498_socket = null; 529_socket = null;
9 references to _socket
System.Net.HttpListener (9)
System\Net\Managed\HttpConnection.cs (9)
146get { return (_socket == null); } 161_localEndPoint = (IPEndPoint?)_socket!.LocalEndPoint; 168get { return (IPEndPoint?)_socket!.RemoteEndPoint; } 274if (_socket != null) 488if (_socket == null) 493_socket.Close(); 506if (_socket != null) 513if (_socket != null) 528Socket s = _socket;