3 writes to _socket
System.Net.HttpListener (3)
System\Net\Managed\HttpConnection.cs (3)
75_socket = sock; 493_socket = null; 524_socket = null;
9 references to _socket
System.Net.HttpListener (9)
System\Net\Managed\HttpConnection.cs (9)
141get { return (_socket == null); } 156_localEndPoint = (IPEndPoint?)_socket!.LocalEndPoint; 163get { return (IPEndPoint?)_socket!.RemoteEndPoint; } 269if (_socket != null) 483if (_socket == null) 488_socket.Close(); 501if (_socket != null) 508if (_socket != null) 523Socket s = _socket;