2 writes to _active
System.Net.Sockets (2)
System\Net\Sockets\TCPListener.cs (2)
156
_active
= true;
163
_active
= false;
10 references to _active
System.Net.Sockets (10)
System\Net\Sockets\TCPListener.cs (10)
77
return
_active
;
86
return
_active
? _serverSocket!.LocalEndPoint! : _serverSocketEP;
98
if (
_active
)
111
if (
_active
)
137
if (
_active
)
175
if (!
_active
)
186
if (!
_active
)
198
if (!
_active
)
225
if (!
_active
)
296
catch (SocketException) when (!
_active
)