4 writes to _active
System.Net.Sockets (4)
System\Net\Sockets\UDPClient.cs (4)
105
_active
= value;
747
_active
= true;
754
_active
= true;
828
_active
= true;
10 references to _active
System.Net.Sockets (10)
System\Net\Sockets\UDPClient.cs (10)
101
return
_active
;
308
return
_active
?
322
if (
_active
&& endPoint != null)
331
if (
_active
&& ((hostname != null) || (port != 0)))
606
if (
_active
)
783
if (!
_active
)
861
if (
_active
&& endPoint != null)
896
if (
_active
&& endPoint != null)
941
if (!
_active
)
966
if (!
_active
)