3 references to Connected
System (3)
net\System\Net\Sockets\SocketInformation.cs (3)
48
return ((options&SocketInformationOptions.
Connected
)!=0);
52
options |= SocketInformationOptions.
Connected
;
55
options &= ~SocketInformationOptions.
Connected
;