4 writes to _active
System.Net.Sockets (4)
System\Net\Sockets\UDPClient.cs (4)
105
_active
= value;
752
_active
= true;
759
_active
= true;
833
_active
= true;
10 references to _active
System.Net.Sockets (10)
System\Net\Sockets\UDPClient.cs (10)
101
return
_active
;
313
return
_active
?
327
if (
_active
&& endPoint != null)
336
if (
_active
&& ((hostname != null) || (port != 0)))
611
if (
_active
)
788
if (!
_active
)
866
if (
_active
&& endPoint != null)
901
if (
_active
&& endPoint != null)
946
if (!
_active
)
971
if (!
_active
)