1 write to _secure
System.Net.HttpListener (1)
System\Net\Managed\HttpEndPointListener.cs (1)
58_secure = secure;
2 references to _secure
System.Net.HttpListener (2)
System\Net\Managed\HttpEndPointListener.cs (2)
115if (_secure && _cert == null) 124conn = new HttpConnection(accepted, this, _secure, _cert!);